🐛 Bug Fixes
- Fixed
resetField
andresetForm
setting thevalid
flag totrue
, it should reflect the current validity state of the form as it always should regardless of errors being displayed or not, this can be breaking for some but it was a bug. #3463 (a61f7ab) - Fixed a Vue crash when the provided
v-model
value isundefined
#3467 #3468 (2c4a7ff) - Fixed native
Select
input not setting the bound value of options #3440 (b144615)
👕 TypeScript
Corrected the type for handleReset
function (#3451) thanks to @iamandrewluca