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
{{ message }}
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
Using the DynamicSelect as a field in an Nova Action.
When you click to see the selections, the list gets clipped by the modal since its set to overflow-hidden by Nova. There's no way to modify the modal settings. And no way to modify the Vue.Multiselect structure.
Using the DynamicSelect as a field in an Nova Action.
When you click to see the selections, the list gets clipped by the modal since its set to overflow-hidden by Nova. There's no way to modify the modal settings. And no way to modify the Vue.Multiselect structure.
I had to add in FormField.vue:
But this makes the modal expand and retract on dropdown list. Not optimal.
It is a known issue on for vue-multiselect shentao/vue-multiselect#723 but seems the project seems abandoned.
I wish there were a better way to fix this...
The text was updated successfully, but these errors were encountered: