🔧 Bug Fixes
- application: allow use of multiple drawers (#14450) (85a1186), closes #13665
- types: add missing VOtpInput export in lib.d.ts (#14497) (00f3f0a), closes #14496
- VBottomNavigation: only calculate isActive state when using hideOnScroll (f58afb4), closes #11640
- VCombobox: don't reset search when cleared (#14531) (79cd41d), closes #14507
- VMenu: don't add button role with openOnHover (24ccd88), closes #14377
- VNavigationDrawer: always bind mouseover events (#14523) (03e683f), closes #13309
- VOtpInput: update internalValue on paste (bab2fa2), closes #14536
- VOtpInput: update the
otp
whenvalue
changes (#14460) (c58f02a), closes #14437 - VSelect: Do not keep null items when filtering duplicates (#14464) (8fd3510), closes #14421
- VSlideGroup: account for inverted RTL scrolling (092fceb), closes #14529
- VSlideGroup: skip width update if destroyed (1bb1455), closes #14470
- VStepper: editable step tab navigation (#14036) (256fa93), closes #14022
- VTabs: correctly set active state with exact prop (#14500) (74ec950), closes #14431 #14459
- VTextarea: apply correct input styles with solo-inverted prop (ea96084), closes #11848
- VTooltip: allow disabling openOnClick/openOnFocus (28a64c4), closes #14444