Closed MaximBalaganskiy closed 4 years ago
I guess there's no reason to not pass this through. Though do we need to handle the value of date-* input differently? always get as Date object or just a string?
Converting to a date would be convenient but not consistent with the native input. Not sure, personally
Converting to a date would be convenient but not consistent with the native input. Not sure, personally
we have input.valueAsDate
for this, though I've never tried all input
/change
events combination with different browsers to be sure enough of this either.
Returning true is needed to support clicks on a native calendar button.