Files
Sam Johnson 1db4a53974 Bug 2043881 - When opening time picker with invalid value, select lowest valid value instead of first item. r=jules
Currently, when the time picker is opened, and the current value is invalid, there is logic to instead select the first item in the picker. However, this does not consider the min value, meaning another potentially invalid time is being selected anyway. Selecting the minimum valid value instead provides a better experience, and setting it in `timeKeeper` instead avoids surprise scrolling animations when component state does not match `timeKeeper` state.

Differential Revision: https://phabricator.services.mozilla.com/D303643
2026-06-11 04:16:19 +00:00
..