Commit 87523de
authored
fix(time-picker): period switching on hour change from keyboard navigation (#194)
* fix(time-picker): preserve period when navigating hour column
- Fixed bug where PM/AM period would switch to AM when navigating hours with arrow keys or clicking hours in dropdown
- Period now properly derives from existing 24-hour value instead of always defaulting to AM
- When no value exists, defaults to current time's period for better UX
- Matches native HTML time input behavior
* chore: rebuild registry1 parent 75ced68 commit 87523de
File tree
2 files changed
+22
-5
lines changed- docs
- public/r/styles/default
- registry/default/ui
2 files changed
+22
-5
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
718 | 718 | | |
719 | 719 | | |
720 | 720 | | |
721 | | - | |
| 721 | + | |
722 | 722 | | |
723 | 723 | | |
724 | 724 | | |
| 725 | + | |
725 | 726 | | |
726 | 727 | | |
727 | 728 | | |
| |||
755 | 756 | | |
756 | 757 | | |
757 | 758 | | |
758 | | - | |
759 | | - | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
760 | 770 | | |
761 | 771 | | |
762 | 772 | | |
| |||
1711 | 1721 | | |
1712 | 1722 | | |
1713 | 1723 | | |
1714 | | - | |
| 1724 | + | |
| 1725 | + | |
| 1726 | + | |
| 1727 | + | |
| 1728 | + | |
| 1729 | + | |
| 1730 | + | |
| 1731 | + | |
1715 | 1732 | | |
1716 | 1733 | | |
1717 | 1734 | | |
| |||
0 commit comments