You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment we are not able to create custom timezones, so the ideal would be to give the user the option to be able to create custom timezones. We could use all the information from an existing timezone and just change the value to show in the dropdown
Suggested solution
Add an "extraLabels" prop, which proposes to the user to add a customized label to some timezone. The extraLabels prop is empty by default, when a user wants to add some custom content to the dropdown (like a city) just add an object to the extraLabels prop containing the key label (which will be the name of the timezone in the dropdown) and the key tz (which will be the timezone in which the entry will be entered).
For example, if I add this object to extraLabels:
Clear and concise description of the problem
At the moment we are not able to create custom timezones, so the ideal would be to give the user the option to be able to create custom timezones. We could use all the information from an existing timezone and just change the value to show in the dropdown
Suggested solution
Add an "extraLabels" prop, which proposes to the user to add a customized label to some timezone. The extraLabels prop is empty by default, when a user wants to add some custom content to the dropdown (like a city) just add an object to the extraLabels prop containing the key label (which will be the name of the timezone in the dropdown) and the key tz (which will be the timezone in which the entry will be entered).
For example, if I add this object to extraLabels:
The result in the dropdown will be this: https://www.loom.com/share/6b1e7685dec0409d8b436f38c1a70803
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: