Christopher Huyler
Christopher Huyler
I'm not sure I follow your comment. Please go to current demo page for Date Picker. https://react.lightningdesignsystem.com/components/date-pickers/ Let's say you don't want to use the widget to navigate to a...
@interactivellama Could you provide an update on this? I'd really like to get this merged. If you have a better solution I'm all ears.
That may solve it. As long as the user can finish typing in the date before it attempts to format it should be fine.
@AbuHafsa Your example suffers from the same bug. Regardless of what is used for an input, when the user types in a single character into the text box, it tries...
I have made an attempt at fixing this so our customers can enter dates manually. Please review the fix and suggest improvements.
@brahimkraiem see my pull request above that has not been merged. If you can convince them to merge it, we'll have this working.
I'm seeing same issue with `globalize/examples/app-npm-webpack-2` example. I had to make some changes to the file `webpack-config.js`. 1. The syntax for CommonsChunkPlugin has changed 2. DedupePlugin is obsolete 3. __dirname...