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
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. 15 or 9) in a time field now expands automatically to a full time on blur: 15:00, 09:00. Previously only HH:MM and H:MM AM/PM formats 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).