gitemad

Results 3 issues of 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...

T: bug
C: VTextField

## Description Add clearSearchOnSelection prop to VAutoComplete component. Typed search query cleared after selecting an item when this prop is true. resolves #18428 ## Markup: ```vue ```

T: feature
C: VAutocomplete