John Leider

Results 198 comments of John Leider

Could you provide markup for your use-case?

@KaelWD how does this fit in with our conversation regarding lazy-validation last week?

Reproduction link: https://codepen.io/johnjleider/pen/jOzYjde

This is expected behavior, a single `v-combobox` is basically a text-field, there is no difference between the model and the displayed text. You can see the behavior you are looking...

There may be a use-case for this, but it would need to support adding any `data-` attribute. Couldn't you use the **item** slot and manually add it to the `v-btn`?...

**data-** attributes can be anything, and we wouldn't want to add more proprietary values such as **data-test** without some thought to it. With that being said, the above should be...

This Pull Request is being closed due to inactivity. If you have any additional questions, please reach out to us in our [Discord community](https://community.vuetifyjs.com).

You can resolve this by simply removing the specified **click:clear** ![image](https://user-images.githubusercontent.com/9064066/183119191-e1a5ba71-44bd-4c33-a4f6-080c11a35802.png) This would also be applicable for many other components.

This is something that we intend to implement using our `v-virtual-scroller` component. It was introduced very late into the game though and proved to be more difficult than expected to...