-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Value of the field does not render when using 5.2.1 #757
Comments
Same happening to me. Value is being set to the input, but its rendering representation is the old value still. |
|
I reverted to |
Same here, really looking forward to this fix. |
Is your app running on StrictMode. StrictMode have some problems. |
This is fixed on v5.2.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the issue and the actual behavior
Value of the field does not render when using [email protected], react-hook-forms, and materialui

Describe the expected behavior
After clicking a materialui dialog with the form as content it will not render the value passed as props.
Provide a CodeSandbox link illustrating the issue
My local environment project is similar to the CodeSandbox project.
Currently the CodeSandbox uses the 5.1.4 version of react-number-format and it does not have the bug and works with that version.
Codesandbox
Waiting for CodeSandbox to show a 5.2.1 version option of react-number-format to further check.
Provide steps to reproduce this issue
Shown similarly to the CodeSandbox project.
Please check the browsers where the issue is seen
The text was updated successfully, but these errors were encountered: