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
When using the form widget and configuring a field to be "required" it should the whole form should only be valid once the input has been populated. The TimePicker reports as valid and therefore the forms valid state is set to true even though the required form as not been populated.
Bug
When using the form widget and configuring a field to be "required" it should the whole form should only be valid once the input has been populated. The
TimePicker
reports as valid and therefore the forms valid state is set to true even though the required form as not been populated.Codesandbox example: https://codesandbox.io/s/practical-solomon-wdysh?file=/src/main.tsx
The text was updated successfully, but these errors were encountered: