tremor
tremor copied to clipboard
Feature Enhancement: Text Input to extend to email, password and number types
Are there any plans to extend the Text Input component to support other text types viz: email, passwords and numbers? Thanks
+1
+1
Yes this would be really cool.
100% having text field support password type would be amazing!
TextInput
now supports a password
type with the newest release v2.1.0. We are currently working on a NumberInput
component as well.
@mitrotasios awesome! Is it possible to have email too? 😅
Anyway tbh, I don't understand why not just exposing the attribute type to the lib user.. I can understand number/date, but why limiting to password and text? (i.e url,email etc)
We can't just expose the native prop because we don't allow for number / date and several others as you said. We'll add email
and url
as well since people want that but I don't see another another type that would make sense in this context of a plain TextInput.
- New NumberInput
- More types on text