nextcloud-libraries/nextcloud-vue

[next] `NcActionInput` does not listen to correct events

Closed this issue · 1 comments

No idea how I could have overlooked this, but NcActionInput does not listen to the correct events. It still listens to @change and @input which got replace with @update:model-value or simply v-model.
I will send a PR later.