alireza-ab / vue-persian-datepicker

A datepicker component for select Persian date
https://alireza-ab.ir/datepicker
MIT License
44 stars 9 forks source link

clear button and set manually #17

Closed Mohammad99k closed 2 years ago

Mohammad99k commented 2 years ago

Hi I have two questions:

  1. Which event call when click clear button?
  2. How to set manually date or time? When I set value in input clear button not working so must be a way that set value and set input value to.
alireza-ab commented 2 years ago

Hi @Mohammad99k

  1. When the clear button is clicked, any event is not called. just model value is cleared.
  2. Please see this #4.
Mohammad99k commented 2 years ago

thank you vert much Is there a way that do some thing after clear btn clicked?

alireza-ab commented 2 years ago

I will add the clear event for when the clear button is clicked.

alireza-ab commented 2 years ago

Now, this added :slightly_smiling_face:. https://alireza-ab.ir/datepicker/events#clear