-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(input-time-picker): add hour-format property (#10997)
**Related Issue:** #4756 ## Summary This PR exposes a new `hour-format` property to `input-time-picker` and `time-picker` that overrides the locale's default `hourCycle` setting, allowing a 12-hour locale to be formatted in 24-hour time and vice versa. Confirmed with the i18n team that the bulgarian `ч.` character (abbreviation for "hours") should not display for short and medium time formats. --------- Co-authored-by: Kitty Hurley <khurley@esri.com>
- Loading branch information
1 parent
adefb85
commit 52e9013
Showing
11 changed files
with
1,619 additions
and
936 deletions.
There are no files selected for viewing
1,165 changes: 536 additions & 629 deletions
1,165
packages/calcite-components/src/components/input-time-picker/input-time-picker.e2e.ts
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.