[Vuejs]-Multiselect dropdown closing after one select

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",

Leave a comment