Prop to limit characters in TextInput component #7280
mkf62
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Similar to the minlength and maxlength attributes on native HTML inputs, I was wondering if props could be added that would support such on the TextInput component?
I am using the
use-field
hook to do this now, but it seems like a lot of extra code when something similar could be implemented through props as we see in the NumberInput, for instance. Just a thought.Beta Was this translation helpful? Give feedback.
All reactions