You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Digging into this, I don't think we're able to fix it properly. The issue is that when vue multiselect's searchable: true is set, it handles all events in the .multiselect__tags-wrap container. And it does not propagate further down to our span elements. The tricky part is also that https://github.com/shentao/vue-multiselect hasn't had a release in over two years...
So, the only option I can think of is to look into it again when/after upgrading to vue 3...
In the Bolt docs (https://docs.boltcms.io/5.0/fields/select#making-the-selected-values-sortable), the way to make values in a select sortable is described as:
But with
autocomplete: true
that doesn't work. You have to setautocomplete: false
to drag and drop the values in the CMS:Details
Reproduction
Steps to reproduce
I created an select type field as described in https://docs.boltcms.io/5.0/fields/select#making-the-selected-values-sortable
Expected result
I expect the select values to be sortable as drag and drop.
Actual result
I was not able to sort the values in the select by drag and drop.
The text was updated successfully, but these errors were encountered: