Replies: 1 comment
-
I guess there's two ways to go about this if you wanna use uncontrolled mode:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a TextInput that needs to format a long string of characters like so: XXXX - XXXX - XXX. So if they user types in XXXXX, I need to show it like XXXX - X. I have the function to do this transformation, but the biggest headache right now is updating the form values. What is the best practice? I'm going to use form actions. I also can't use uncontrolled this way.
Beta Was this translation helpful? Give feedback.
All reactions