react-datepicker icon indicating copy to clipboard operation
react-datepicker copied to clipboard

[Enhancement] Rewrite DateInput and TimeInput using Cleave.js

Open cheton opened this issue 6 years ago • 1 comments

Cleave.js provides a clever way that helps format input text content automatically. We can use this library (or borrow the code) to replace the existing date / time formatter.

Demo

https://nosir.github.io/cleave.js/

React Binding

https://github.com/nosir/cleave.js/blob/master/src/Cleave.react.js

DateFormatter

https://github.com/nosir/cleave.js/blob/master/src/shortcuts/DateFormatter.js

TimeFormatter

https://github.com/nosir/cleave.js/blob/master/src/shortcuts/TimeFormatter.js

cheton avatar Nov 27 '19 13:11 cheton

Look forward to it!!

ultralabed avatar Nov 29 '19 03:11 ultralabed