Vuepic / vue-datepicker

Datepicker component for Vue 3
https://vue3datepicker.com
MIT License
1.48k stars 147 forks source link

Propagate the selected date immediately on the calendar instead of having to click 'Select' #751

Closed JasmineLaiHua closed 8 months ago

JasmineLaiHua commented 8 months ago

Firstly, thank you to the contributors of this library; it has been greatly useful for my project!

Just a minor issue, but I couldn't find any reference in the documentation. As mentioned in the title, I would like the date to be propagated immediately after I select it on the calendar. Currently, I have hidden the action row, but without the 'Select' button, the date does not change upon selection. I have worked around with the @update:model-value event to set the date value. However, I would like to know how I can achieve the same result in an official manner.

Thank you,

Jasenkoo commented 8 months ago

Just set the auto-apply prop.