-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(input-time-zone): fix region mode labeling and value mapping (#10345
) **Related Issue:** #10289 ## Summary This makes the following improvements to `input-time-zone`'s `region` mode: * lists canonical IANA time zones * maps obsolete/aliased time zones to their canonical equivalent * ensures time zone values are consistent across browsers * includes global time zones (e.g., without a country associated) * updates label appropriately when value is set programmatically * improves labels * simplifies test suite (`Intl` APIs no longer necessary) **Note**: this bumps `time-zones` to version 0.10.2
- Loading branch information
Showing
7 changed files
with
250 additions
and
194 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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
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.