mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
fix socialIssues multiselect with searchable=true option
This commit is contained in:
parent
992734bb72
commit
e95d756e71
@ -13,7 +13,7 @@
|
|||||||
track-by="id"
|
track-by="id"
|
||||||
label="text"
|
label="text"
|
||||||
:multiple="true"
|
:multiple="true"
|
||||||
:searchable="false"
|
:searchable="true"
|
||||||
:placeholder="$t('social_issue.label')"
|
:placeholder="$t('social_issue.label')"
|
||||||
@update:model-value="updateSocialIssues"
|
@update:model-value="updateSocialIssues"
|
||||||
:model-value="value"
|
:model-value="value"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user