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
I have a row with different columns and this datepicker component gets rendered on selection of values in any column, so initially it is showing "Required" and if i select a value in the datepicker the "required" is vanishing and then if i change any other column the required option in the datepicker is appearing but the datepicker still has a date in the textfield. so when i debug by changing anyother column the datepicker is getting triggered and the OnError is also getting triggerd and the value is null and the "required" option is appearing, but the value in the textfield is still there.
Also if i clear the date field the "required" is appearing and if i select date again the "required" is not vanishing, it's still there.
The text was updated successfully, but these errors were encountered:
Hello @hemanth307. This package has long been out of maintenance.
Please find the important information here.
We highly encourage you to start using @mui/x-date-pickers.
You can start here, then migrate to @mui/x-date-pickers@v5 using this guide and consider spending time to bump your usage to at least v6 (current LTS) with this guide.
I have a row with different columns and this datepicker component gets rendered on selection of values in any column, so initially it is showing "Required" and if i select a value in the datepicker the "required" is vanishing and then if i change any other column the required option in the datepicker is appearing but the datepicker still has a date in the textfield. so when i debug by changing anyother column the datepicker is getting triggered and the OnError is also getting triggerd and the value is null and the "required" option is appearing, but the value in the textfield is still there.
Also if i clear the date field the "required" is appearing and if i select date again the "required" is not vanishing, it's still there.
The text was updated successfully, but these errors were encountered: