secretyouth / react-datez

An easy to use, customizable mobile-friendly datepicker.
MIT License
126 stars 24 forks source link

Property "enableClearIcon" to clear selected date #45

Closed emibadin closed 4 years ago

emibadin commented 5 years ago

It is strange that a component like this type does not have an event to clean the selected value

secretyouth commented 4 years ago

I get what you mean, if you accidentally select a date, you cannot unselect it.

What I can do, is clear the date on the calendar initialisation button.

secretyouth commented 4 years ago

I've added functionality where the input icon will change to a cross to allow a user to clear the field. On mobile the X (cross) will clear the input, selecting a date will close the overlay.

Due in next release 1.3.4