-
Notifications
You must be signed in to change notification settings - Fork 8.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react-timezone-select: add popular cities for each timezone #2939
Comments
found this resource too: https://www.zeitverschiebung.net/en/all-time-zones.html |
i will take a look on this :) |
Okay, i will try |
In the library there is no kind of filter or key that refers to the capital or if the city is "popular". Until now if I type the name of the city the corresponding timezone is selected, but not rendered in the options |
Can I make all cities matching the input search be rendered in the options? as the user types more characters the options will decrease |
Please check my video 👍 |
is it possible to show the city in the dropdown when typing? |
Hey @PeerRich . there is no way to render the cities (or the corresponding timezones) in the dropdown without rendering it again |
The console on loom video shows the filtered object (with the input value) |
I opened an issue in the react time zone select repository, suggesting this feature, as they only provide the date with the timezones, without having cities to filter. When trying to make the relationship between react-timezone-select and city-timezones(library I used) I realized that react-timezone-select doesn't accept timezones different from theirs suggesting this feature |
hey @PeerRich, as you can see there is no dynamic way to filter and render the desired cities |
@PeerRich Is it better to include the |
update: just read the discussion here. Happy to work with @Toledodev / others if we have consensus on the dataset to be used. |
awesome yeah lets work in that repo 🙏 |
Hey @Toledodev if you have a fork for |
Hi @aar2dee2, I am at an internship program at GitStart, we forked privately and will push as a company when it is ready, but we can push work in progress if u want too |
based on: https://twitter.com/peer_rich/status/1531906849733222400
lets use:
https://github.com/ndom91/react-timezone-select#-custom-timezones
to add cities such as San Francisco => PT, etc.
csvData.csv
The text was updated successfully, but these errors were encountered: