v4.1.9
Fixed 5
- Restore classes for side/corner values containing 0 in rounded
- Consistently validate cleared fields in validation
- Fix height accounting when expanding multiple rows in VDataTableVirtual
- Focus correct item after opening with keyboard in VSelect with Shadow DOM
- Ignore zero-height items when estimating spacer in VVirtualScroll
From vuetify
:wrench: Bug Fixes
- rounded: restore classes for side/corner values containing 0 (27962f3), closes #23090
- validation: consistently validate cleared fields (58b5537), closes #23084
- VDataTableVirtual: height accounting when expanding multiple rows (6f5f04b), closes #23014
- VSelect: focus correct item after opening with keyboard (Shadow DOM) (#23102) (8d15390), closes #23101
- VVirtualScroll: ignore zero-height items when estimating spacer (abe744e)