Merge pull request #5433 from nextcloud-libraries/backport/5432/next
[next] fix(NcActionInput): Add label to sample
This commit is contained in:
Коммит
f11adc578a
|
@ -89,7 +89,10 @@ For the `NcSelect` component, all events will be passed through. Please see the
|
||||||
</template>
|
</template>
|
||||||
Please pick a date
|
Please pick a date
|
||||||
</NcActionInput>
|
</NcActionInput>
|
||||||
<NcActionInput type="multiselect" :options="['Apple', 'Banana', 'Cherry']">
|
<NcActionInput
|
||||||
|
type="multiselect"
|
||||||
|
input-label="Fruit selection"
|
||||||
|
:options="['Apple', 'Banana', 'Cherry']">
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<Pencil :size="20" />
|
<Pencil :size="20" />
|
||||||
</template>
|
</template>
|
||||||
|
@ -98,7 +101,7 @@ For the `NcSelect` component, all events will be passed through. Please see the
|
||||||
<NcActionInput
|
<NcActionInput
|
||||||
v-model="multiSelected"
|
v-model="multiSelected"
|
||||||
type="multiselect"
|
type="multiselect"
|
||||||
label="label"
|
input-label="Fruit selection"
|
||||||
track-by="id"
|
track-by="id"
|
||||||
:append-to-body="true"
|
:append-to-body="true"
|
||||||
:multiple="true"
|
:multiple="true"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче