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
Select a date, then press the reset button...
Normally a reset event should trigger a form elements collection to adopt the reset mechanism, by emptying themselves.
Although the DatePicker component includes a element, this won't be cleared.
It should either expose a .Reset() function to be invoked via the useRef() hook, or it should be fixed to use the form events as intended.
The text was updated successfully, but these errors were encountered:
put the DatePicker in a form with a reset button and assign an inputName:
Select a date, then press the reset button...
Normally a reset event should trigger a form elements collection to adopt the reset mechanism, by emptying themselves.
Although the DatePicker component includes a element, this won't be cleared.
It should either expose a .Reset() function to be invoked via the useRef() hook, or it should be fixed to use the form events as intended.
The text was updated successfully, but these errors were encountered: