1

I cannot seem to find a way to limit the size of the select field when multiple options are selected. I wish it was possible to see which options are selected only when the select field is focused. Is there any way to prevent all options from being shown? As you can see it looks terrible on small screens because the field width is small.

Desktop enter image description here

Mobile

enter image description here

Jeremy Thomas
  • 6,240
  • 9
  • 47
  • 92
  • Does this answer your question? [How to limit selected items in vue-select?](https://stackoverflow.com/questions/49155120/how-to-limit-selected-items-in-vue-select) – palaѕн Apr 02 '20 at 10:14
  • Not quite. I guess using the `v-on:input` callback could allow me to store the selection without displaying it but it's definitely not ideal because the user would not be able to see that it's selected. – Jeremy Thomas Apr 02 '20 at 11:46
  • Have you tried with CSS? – D Malan Apr 02 '20 at 13:40

0 Answers0