OnChange Event #10906
OnChange Event
#10906
-
<input
|
Beta Was this translation helpful? Give feedback.
Answered by
Moshyfawn
Sep 8, 2023
Replies: 1 comment 1 reply
-
register("number", { valueAsNumber: true }) But I advise you not to handle phone numbers as |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
makhdum530
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
But I advise you not to handle phone numbers as
number
but usestring
instead.