gitemad
gitemad
## Description In filter items test of VCombobox component, in case of no result it checks input length instead of v-list-item. I fixed this test case. ## Markup: ```vue ```
## Description VTextField type number is not incremented or decremented with arrow keys while in list. To solve this, I added onKeydown function which stopImmediatePropagation when the type is number...
## Description Add clearSearchOnSelection prop to VAutoComplete component. Typed search query cleared after selecting an item when this prop is true. resolves #18428 ## Markup: ```vue ```