react-dates
react-dates copied to clipboard
React date(range) inputs/pickers
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
./node_modules/react-day-picker/lib/style.css Global CSS cannot be imported from within node_modules. Read more: https://nextjs.org/docs/messages/css-npm Location: node_modules/@opuscapita/react-dates/lib/index.js
This is the best datepicker i've found, but i just can't use it if i can't translate it into my native language... It would be great to import a json...
Meta-Info | Value -- | -- ExtProjectId | ??? Original Estimation | ???h Remaining Estimation | ???h Arrows in Date Select for navigating by months are partially cut from right...
Meta-Info | Value -- | -- ExtProjectId | JCPROC-01 Original Estimation | ???h Remaining Estimation | ???h Test steps: 1. Click on the second date in datepicker 2. Select any...
Hi there. I've been investigating use of your date pickers and noticed that on mobile screens the dual datepickers for range extend outside the screen. Is there any way to...
 If I add the date manually, like 02/21/2018, tabulator works.
How to reproduce: ` console.log('onChange')} onBlur = {() => console.log('onBlur')} disabled={false} showToLeft={false} showToTop={true} />` Check some date and look at browser console log. Expected behavior: onChange should fire before onBlur....
Search sections with `skip` here: https://github.com/OpusCapita/react-dates/pull/40/files It should be fixed. Waiting for any `enzyme` updates: https://github.com/airbnb/enzyme/issues/252 https://github.com/airbnb/enzyme/issues/1150
What's expected: if `showToLeft === true` the datepicker popup should appear on the left side. What's actually happening: Popup aligned to right if `showToLeft === true` and aligned left if...