Skip to content

Commit 049509f

Browse files
committed
fix: use @update:modelValue on NcSelect in QuestionDropdown
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
1 parent 2ce99a2 commit 049509f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Questions/QuestionDropdown.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
:aria-label-combobox="selectOptionPlaceholder"
3838
:aria-labelledby="titleId"
3939
:aria-describedby="description ? descriptionId : undefined"
40-
@input="onInput" />
40+
@update:modelValue="onInput" />
4141
<template v-else>
4242
<div v-if="isLoading">
4343
<NcLoadingIcon :size="64" />

0 commit comments

Comments
 (0)