Nico Domino

Results 576 comments of Nico Domino

Hey @Toledodev so this was actually raised in an issue before (https://github.com/ndom91/react-timezone-select/issues/35). At the time I ended up implementing this myself, but as it was the only CSS change from...

Sorry for the late reply! So in principle i'm not against it. Seems like it wouldn't be a huge change either. I see yall have more or less achieved the...

> wouldn't therefore a better way be to somehow export the functionality of the select to a hook? `const { selectedZone, options, selectZone } = useTimezoneSelect(initialSelectedTimezone)` in order to be...

> Yes @ndom91 - sorry for my late reply my month has been very, very hectic. We've managed to implement a wrapper ourselves to achieve similar results. This RFC is...

Yeah unfortunately it just filters by values that are in the drop-down, i.e. the predefined city combinations. I don't want to add a dynamic "all city timezone lookup" to this...

> we use react-timezone-select at https://github.com/calcom/cal.com and would love to have a way to put cities in the search bar, but not show them in the dropdown (only once you...

> we use react-timezone-select at https://github.com/calcom/cal.com and would love to have a way to put cities in the search bar, but not show them in the dropdown (only once you...

Yeah, that'd be great! If you guys submit a PR i'd be happy to take a look and get it over the finish line together 👍

Ah sorry, didn't realize that was related to this, @Toledodev. You'd just mentioend adding custom labels in that other one. Lets not splinter the discussion across multiple issues. Let us...

@lostcarpark thanks for reporting this. So we're grabbing the timezone shortcodes, etc. from [`timezone-soft`](https://github.com/spencermountain/timezone-soft) (used to be `spacetime-timezone`). Without making any other changes to their library, you can change the...