Which date picker are you using? Can you link to it?
Yes vue does all JavaScript events including blur.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
In my application, I have a date property that is bound with a date input. Whenever I trigger the input to appear with the property value, I get
The specified value "{ { date } }" does not conform to the required format, "yyyy-MM-dd".
How do I change the format that Vue thinks is required because as far as I know, the datepicker uses the local machine's format.
And while I have you here, does VueJS support onBlur events?
Please or to participate in this conversation.