change :data to :options for ActorAutoComplete

Related to #1917
This commit is contained in:
Massedil
2026-01-08 18:57:39 +01:00
parent f1a3a5e27c
commit 30f33f9c7c

View File

@@ -2,7 +2,7 @@
<o-taginput
:modelValue="modelValueWithDisplayName"
@update:modelValue="updateTags"
:data="availableActors"
:options="availableActors"
:allow-autocomplete="true"
:allow-new="false"
:open-on-focus="false"