Giampaolo Bellavite
Giampaolo Bellavite
(See #67) To fix this, the chart's frame should be put inside another view containing the labels (this would also fix a similar issue when printing the last label (#37)
Hello, would it possible to have more baker-relative events sent to the webView that we can subscribe via javascript? I see `focus` and `blur` events (#225) but I’m in need...
It seems like there's no way with the current specifications to know the first day of the week for a given locale. I understand ISO 8601 does consider Monday as...
I don't have the time to follow or update this plugin. If someone wants to the ownership of the npm module please [email protected], thanks!
It is a frequent request to see how DayPicker should work with time. We should add an example to the docs... ### Discussed in https://github.com/gpbl/react-day-picker/discussions/1474 Originally posted by **marcostaborda** June...
feat: v9
As discussed in https://github.com/gpbl/react-day-picker/pull/1878, range selections may include disabled day. Instead, selecting a range containing a disabled day should reset the range as in this example: https://codesandbox.io/s/recursing-bouman-r7sz4n?file=/src/App.tsx https://github.com/gpbl/react-day-picker/assets/120693/7a990678-4ec0-4665-8b70-f652eaf3b107 ### Workaround...
Some developers [are wondering](https://github.com/gpbl/react-day-picker/discussions/1392#discussioncomment-4056576) how to use [tailwindcss](http://tailwindcss.com) with DayPicker. @malcolm-kee proposed a solution here: Repo: https://github.com/malcolm-kee/react-day-picker-tailwind Demo: https://react-day-picker-tailwind.netlify.app/ but we could add it to the documentation.
### Discussed in https://github.com/gpbl/react-day-picker/discussions/1736 Originally posted by **homerchen19** March 27, 2023 The `required` prop is currently only supported for single date selection. I am wondering if it would be possible...