pushtell / react-bootstrap-date-picker

React-Bootstrap based date picker.
MIT License
347 stars 195 forks source link

Suggest emptying out also triggers onChange #101

Open Robinfr opened 7 years ago

Robinfr commented 7 years ago

Currently when you empty out the field, nothing is trigged. I would expect the onChange to be trigged with an empty value. Otherwise, it's impossible to empty out without the clear button.