You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Create a rx.number_input component, and add the prop is_valid_character="/^[Ee0-9+-.]$/". (here the default value, but any value fails). An error is thrown when anything is entered into it.
Describe the bug
Create a
rx.number_input
component, and add the propis_valid_character="/^[Ee0-9+-.]$/"
. (here the default value, but any value fails). An error is thrown when anything is entered into it.To Reproduce
Expected behavior
The field should only accept correct input.
Screenshots
Specifics (please complete the following information):
The text was updated successfully, but these errors were encountered: