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
Warning: You provided a `value` prop to a form field without an `onChange` handler.
This will render a read-only field. If the field should be mutable use `defaultValue`.
Otherwise, set either `onChange` or `readOnly`.
If I modify to add a change handler to the reproduction it seems to work.
Do you have an onChange handler in your other code?
I'm having a similar issue. Text Inputs and textarea won't fire onChange when entering a white space. I can't move the text cursor either using the arrows or clicking.
If you try to write space, input is broke.
Reproduction:
https://codesandbox.io/p/sandbox/drag-ndrop-kit-forked-83wtw7?file=%2Fsrc%2FApp.tsx%3A1%2C10-1%2C24
The text was updated successfully, but these errors were encountered: