Summary
Patch release for month picker editing and keyboard handling fixes.
Fixed
- Fixed month picker manual input Enter handling so typed month values are parsed and applied before keyboard confirmation logic.
- Fixed month/year picker Enter behavior so non-day pickers do not call day-selection code.
- Fixed invalid partial manual input overwriting the previous valid month picker state.
Added
- Added a direct year select control in the month picker popup header.
- Added month picker year option constraints based on existing
minYear,maxYear,minDate, andmaxDateconfiguration.
Compatibility
- No PHP public API changes.
- Existing day picker Enter behavior remains unchanged.
showDropdowns()day picker behavior remains unchanged.- Built
distassets are included.
Verification
npm test: 4 test files passed, 114 tests passed.npm run build: completed successfully and regenerateddistassets.composer test: 148 tests passed, 213 assertions.