We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce99a2 commit 049509fCopy full SHA for 049509f
1 file changed
src/components/Questions/QuestionDropdown.vue
@@ -37,7 +37,7 @@
37
:aria-label-combobox="selectOptionPlaceholder"
38
:aria-labelledby="titleId"
39
:aria-describedby="description ? descriptionId : undefined"
40
- @input="onInput" />
+ @update:modelValue="onInput" />
41
<template v-else>
42
<div v-if="isLoading">
43
<NcLoadingIcon :size="64" />
0 commit comments