0👍
Don’t know if this helps you out, but just use:
<multiple/>
without the mode=
Than it’s not a real dropdown it’s a multi selection field..
0👍
set the on close select property to false like
:close-on-select="false",
- [Vuejs]-How do I render a list on API response in vue 3?
- [Vuejs]-Vue Error: Uncaught (in promise) TypeError cannot read properties of null (reading 'Address')
Source:stackexchange.com