Setting timezone="UTC"
for TimePickerElement
should display "UTC" as the "hint" text, not "Monrovia, Reykjavik"
#1525
Labels
auto-triage-skip
bug
M-T: A confirmed bug report. Issues are confirmed when the reproduction steps are documented
server-side-issue
I am trying to build a form for users to fill out, and it includes a time picker. I want to "force" users to use UTC for this time picker. However, when I set
timezone="UTC"
, the label that is provided is "Monrovia, Reykjavik". This is causing a bunch of downstream confusion that I basically have no control over the representation of.I could imagine two solutions to this:
TimePickerElement
should allow users to specify its own hint, so that I can display whatever I want, as the builder of the form.Category (place an
x
in each of the[ ]
)Requirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.
The text was updated successfully, but these errors were encountered: