[pickers] Required field does not work as expected for DatePicker #11509
Labels
component: pickers
This is the name of the generic UI component, not the React module!
enhancement
This is not a bug, nor a new feature
Steps to reproduce
Thanks for helping with this library!
https://stackblitz.com/edit/react-zy9jcg?file=Demo.tsx
Steps:
The input should use the browser's built-in required field to note the field is required. Instead, it focuses the input and no note that the field is required.
This works as expected with an MUI TextField, and worked with DatePicker in mui-x v5.
Example code:
Search keywords: datepicker required
The text was updated successfully, but these errors were encountered: