Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TextInput type password (brainstorming) #182

Open
andreychev opened this issue Sep 8, 2015 · 3 comments
Open

TextInput type password (brainstorming) #182

andreychev opened this issue Sep 8, 2015 · 3 comments

Comments

@andreychev
Copy link

No description provided.

@jpuri
Copy link
Collaborator

jpuri commented Sep 8, 2015

A work around could be using controlled TestInput component and saving characters of password on each onUpdate and showing only some place holder in component.

Though this is not good fix, ideally we should add a prop 'type' to component and be able to handle it for values like number, password, email.

@nikgraf
Copy link
Owner

nikgraf commented Sep 8, 2015

What about a dedicated SecretInput or PasswordInput component? I think it would be great to do the same for NumberInput & EmailInput.

@jpuri
Copy link
Collaborator

jpuri commented Sep 9, 2015

Yeh, might be we can think about using for these, I do not expect emails, pwds and numeric inputs to span multiple lines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants