trendmicro-frontend / react-datepicker

React DatePicker component
https://trendmicro-frontend.github.io/react-datepicker
MIT License
25 stars 8 forks source link

[Enhancement] Rewrite DateInput and TimeInput using Cleave.js #10

Open cheton opened 4 years ago

cheton commented 4 years ago

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

ultralabed commented 4 years ago

Look forward to it!!