diff --git a/src/components/NcActionInput/NcActionInput.vue b/src/components/NcActionInput/NcActionInput.vue index 0ac155c0f7..5d4a5ba451 100644 --- a/src/components/NcActionInput/NcActionInput.vue +++ b/src/components/NcActionInput/NcActionInput.vue @@ -100,6 +100,7 @@ For the `NcSelect` component, all events will be passed through. Please see the type="multiselect" label="label" track-by="id" + :open-on-hover="false" :multiple="true" :options="[{label:'Apple', id: 'apple'}, {label:'Banana', id: 'banana'}, {label:'Cherry', id: 'cherry'}]">