-
I can’t understand whether it’s possible to use DatePicker and Combobox inside a form with the uncontrolled mode, because when the value in these fields changes, the ui is not updated |
Beta Was this translation helpful? Give feedback.
Answered by
rtivital
Oct 10, 2024
Replies: 1 comment
-
DatePicker and Combobox components are not inputs – they are components to build inputs. The logic is the same as for dropzone – https://help.mantine.dev/q/how-to-use-dropzone-with-form |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dmitry-ff
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DatePicker and Combobox components are not inputs – they are components to build inputs. The logic is the same as for dropzone – https://help.mantine.dev/q/how-to-use-dropzone-with-form