Vue version
3.5.41
Link to minimal reproduction
n/a
Steps to reproduce
n/a
What is expected?
Coverage for all remaining (and eligible) input types (see https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#input_types) following the recently merged #14411.
What is actually happening?
Values entered during hydration are preserved only for inputs with type text or textarea.
System Info
Any additional comments?
No response
Vue version
3.5.41
Link to minimal reproduction
n/a
Steps to reproduce
n/a
What is expected?
Coverage for all remaining (and eligible) input types (see https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#input_types) following the recently merged #14411.
What is actually happening?
Values entered during hydration are preserved only for inputs with type
textortextarea.System Info
Any additional comments?
No response