Rudeg / react-input-calendar

http://rudeg.github.io/react-input-calendar/
MIT License
139 stars 94 forks source link

Add input change handler #135

Closed mattyun closed 5 years ago

mattyun commented 5 years ago

Added 'onInputChange' to be triggered in Calendar's onChange handler (changeDate) to modify the value before it is set to state.

This allows users to pass in a method to modify the input string before it is set. For example, the user can filter characters by length or values, auto-fill back slashes, and auto-correct.

Rudeg commented 5 years ago

Thanks!