diff --git a/src/components/NcActionInput/NcActionInput.vue b/src/components/NcActionInput/NcActionInput.vue index 7ede12b19a..6599f12d19 100644 --- a/src/components/NcActionInput/NcActionInput.vue +++ b/src/components/NcActionInput/NcActionInput.vue @@ -181,7 +181,7 @@ For the multiselect component, all events will be passed through. Please see the :placeholder="text" :disabled="disabled" :append-to-body="false" - :class="{ focusable: isFocusable }" + :input-class="{ focusable: isFocusable }" class="action-input__multi" v-bind="$attrs" v-on="$listeners" /> diff --git a/src/components/NcSelect/NcSelect.vue b/src/components/NcSelect/NcSelect.vue index 22fcb83d5f..7c530290fd 100644 --- a/src/components/NcSelect/NcSelect.vue +++ b/src/components/NcSelect/NcSelect.vue @@ -483,6 +483,11 @@ export default { v-bind="propsToForward" v-on="$listeners" @search="searchString => search = searchString"> +