react-timezone-select
react-timezone-select copied to clipboard
🌐 An extremely usable and dynamic React timezone selector
### Describe the bug I'm using react-timezone-select in my project, and it displays the timezone short code for Dublin as BST:  However, when I format times using `getLocaleString()`, it...
### Describe the bug I'm try to pass the full list of timezones available in the browser in as a custom timezone list, many work, but a handful don't, and...
### Describe the bug On preview page when I open the timezones dropdown the cursor doesn't show "pointer" ### Reproduction 1. Create a new event typr 2. Go to preview...
Hi, How are you? We are using this great package, but we notice that when we are working locally we receive this yellow warning message in the console. We tried...
Hi @ndom91, hope you're doing well. react-select does a lot of it's styling inline, with keys like theme={} and styles={], as you well know. Therefore I think a common pattern...
What i tried to do? .I was trying to filter the timezones by cities, type the name of a city and be rendered in the dropdown the city or the...
This change adds an additional optional "date" prop which can be used to set the current date. This can be used to determine whether or not DST should be applied...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.12 to 5.0.13. Changelog Sourced from vite's changelog. 5.0.13 (2024-03-24) fix: fs.deny with globs with directories (#16250) (d2db33f), closes #16250 Commits 80b1b07 release: v5.0.13 d2db33f fix: fs.deny...
### Describe the bug Casablanca appears as GMT+0, but currently it is in +1. I noticed that issue is probably with `timezone-soft` as they report it as UTC+00, but my...
### Description - Fix `onChange` argument type from `ITimezone` (which was a union between the full `ITimezoneOption` object and `string`) to `ITimezoneOption` only. ### Linked Issues ### Additional context