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 did not find any information about it. If has there been a discussion of this issue - please provide a link.
I'm surprised that Vue treats date fields like regular text fields, rather than converting values to the appropriate data type, as it does with numeric fields.
I expected to receive a "date" object or a timestamp with the following code:
<input type="date" v-model="date">
I also tried using a numeric modifier to get a timestamp, but it didn't work.
<input type="date" v-model.number="date">
Are there any obstacles to implementing support for date fields?
ShGKme, rinodrummer, cawa-93, septatrix, bblanchon and 1 more