airblade / stimulus-datepicker

Stimulus-powered accessible datepicker
https://airblade.github.io/stimulus-datepicker/
MIT License
66 stars 5 forks source link

Feature request: add a "clear" function #26

Closed florentdestremau closed 12 months ago

florentdestremau commented 12 months ago

Hi, I'm very pleased with the usage of this lib, but I would like it if it was possible to have a "clear" button :x: on the widget when a date is already set. What do you think ?

airblade commented 12 months ago

Good to hear you like the library.

I don't think a native date picker would have a "clear" button, and I don't really see the benefit myself. Perhaps instead you could position your "clear" button inside your text input, maybe next to your calendar icon if you have one, and attach an event listener to it to clear the input.