Questions tagged [v-select]

[Vue Select](https://vue-select.org/) is a feature rich select/dropdown/typeahead component. It provides a default template that fits most use cases for a filterable select dropdown. The component is designed to be as lightweight as possible, while maintaining high standards for accessibility, developer experience, and customization, this tag can refer to the Vuetify select component.

173 questions
3
votes
0 answers

Vuetify v-select disable/remove dropdown

I would like a vuetify control where user can see and delete chips but not add any more chips. The component matches 99% of the requirements, except it has dropdown. How can I remove the dropdown from v-select (or achieve the goal with…
wondra
  • 3,271
  • 3
  • 29
  • 48
3
votes
0 answers

Why the Vuetify component don't display my data

I use Vuetify, I want display one data array in component. In my real app I use async data. My app working in my local server and in my test server, but when I deploy in other app (in the working numeric environment) the component not…
Giildo
  • 85
  • 1
  • 10
3
votes
3 answers

How to pass value from child to parent for v-select component

I am sure I am just overlooking the obvious, but I am having a little trouble with this one: simple component with one v-select control and passing the selected value to the parent. My code: //CHILD CONTROL