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
{{ message }}
This repository was archived by the owner on Mar 18, 2025. It is now read-only.
Make sure you import flatpickr as `flatpickr` in your JavaScript, and make sure it's available globally:
20
20
@@ -24,9 +24,6 @@ import flatpickr from 'flatpickr';
24
24
window.flatpickr= flatpickr;
25
25
```
26
26
27
-
**Note:** There is a bug introduced to flatpickr with the latest release that affects chrome users on MacOS. For this reason,
28
-
you should lock your version to `4.6.3` until a fix for this issue is released. See [the github issue](https://github.com/flatpickr/flatpickr/issues/2249) for more information.
29
-
30
27
### Styling
31
28
32
29
If you pull the `flatpickr` package in via npm, you should import the styles into your stylesheet:
0 commit comments