You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My requirement is to set the date if and only if the client set save button in the footer.
But currently selecting the date it will close the popover and automatically set the date
I would like to prevent the event from happening
but the parameter sent by input or popoverWillHide event is not sufficient to do this
forcing this.$refs.datepicker.showPopover on input event is quite hacky and it somehow feels jumpy
and sometimes dont work
The text was updated successfully, but these errors were encountered:
The solution on #118 seem to be outdated.
I'm using slot contents by the way.
Is there a new way to prevent the calendar from auto hiding after selecting a date?
Currently I'm using calendar that can be called by clicking a button
My requirement is to set the date if and only if the client set save button in the footer.
But currently selecting the date it will close the popover and automatically set the date
I would like to prevent the event from happening
but the parameter sent by
input
orpopoverWillHide
event is not sufficient to do thisforcing this.$refs.datepicker.showPopover on input event is quite hacky and it somehow feels jumpy
and sometimes dont work
The text was updated successfully, but these errors were encountered: