Replies: 1 comment
-
Uncontrolled form mode does not trigger state updates, to watch for values changes, use |
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
-
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.12.2
What package has an issue?
@mantine/core
What framework do you use?
Next.js
In which browsers you can reproduce the issue?
None
Describe the bug
Hello
form.getInputProps("name").onChange(value)
What is the use of
in Select component
Why when I use this method
form.getValues().name
is not updated
I sent an example so that you can understand why I use this method
Actually I have several components that are related to each other
https://codesandbox.io/p/sandbox/blissful-shadow-tfdph4?file=%2Fsrc%2FApp.js%3A29%2C11-29%2C52
If possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
No response
Self-service
Beta Was this translation helpful? Give feedback.
All reactions