react-horizontal-datepicker
react-horizontal-datepicker copied to clipboard
React Horizontal Date Picker
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
You are merged this package, can you publish to latest version on npm and update `dist` package? I mean, ` "publish:npm": "rm -rf dist && mkdir dist && mkdir dist/components...
Here is fix and published dist folder that was missed. Thank you.
Thanks for this module but NextJS is complaining whiles compiling with this error below CSS Modules Imported by a Dependency Why This Error Occurred One of your dependencies (node_modules) imports...
Hi, I tried to use your library for my admin dashboard. However, I am unable to configure it to show dates of previous 30 days from today, but no date...
Hi Team, Any one possible to check ? We couldn't use this in Ionic Hybrid app node_modules/react-horizontal-datepicker/dist/DatePicker.js' implicitly has an 'any' type. [react-scripts] Try `npm install @types/react-horizontal-datepicker` if it exists...
Hey, The days of the month are not shown if the following conditions are met: 1) You specify an endDate which is relatively small. E.G. ` dispatch({ type: 'appointment_date', payload:...
Can we have a prop with disabled dates? Also another prop to set the number of years or months. I do not think is ideal for a user to scroll...