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
I'd like a valid input to get applied when clicking outside, as long as the input is valid and user did not click on cancel button. I don't want to use auto-apply, but user should have chance to cancel. Is that possible? I tried @blur="$refs.ref.selectDate()", but that does not seem to do anything. Thanks.
The text was updated successfully, but these errors were encountered:
I'd like a valid input to get applied when clicking outside, as long as the input is valid and user did not click on cancel button. I don't want to use
auto-apply
, but user should have chance to cancel. Is that possible? I tried @blur="$refs.ref.selectDate()", but that does not seem to do anything. Thanks.The text was updated successfully, but these errors were encountered: