Fixed
- Date input fields now reject letter keystrokes at the keyboard level, so only digits and the separators
.,/, and-can be typed in date fields. Time input fields allow digits,:, space, and AM/PM characters (a,p,m). Modifier-key combinations (Ctrl, Cmd, Alt) pass through unblocked. Applies to task, calendar, meal-plan, and recurrence-rule date/time inputs (#242). - Typing a bare hour (e.g.
15or9) in a time field now expands automatically to a full time on blur:15:00,09:00. Previously onlyHH:MMandH:MM AM/PMformats were accepted (#242). - Typing an 8-digit date string without separators (e.g.
09062026) is now accepted in date fields and formatted according to the locale date preference (DMY →2026-06-09, MDY →2026-09-06, YMD →2026-06-09) (#242).