Calendar: Manual Input breaking with dd M yy
date format
#7675
Labels
Type: Bug
Issue contains a defect related to a specific component.
dd M yy
date format
#7675
Describe the bug
When trying to manually update the date or time from the input field, the value being returned by the component is
null
. Date format in use :dd M yy
Reproducer
https://stackblitz.com/edit/9jegtwca-hgwjmdvy?file=src%2FApp.jsx
System Information
Steps to reproduce the behavior
use the demo link and then,
Expected behavior
The component should return the current value from the input in the
onChange
function, along with appropriate updates in calendar panelThe text was updated successfully, but these errors were encountered: