tibi-docs/api/collections/fieldLists/formular/multiSelectInput.yml

42 lines
1.1 KiB
YAML
Raw Normal View History

2024-01-27 19:58:35 +01:00
name: multiSelectInput
type: object
meta:
label:
de: Mehrfachauswahl Input
en: Multi Select Input
dependsOn:
eval: $parent?.inputWidgets?.includes('multiSelect')
subFields:
- name: standardInputProperties
meta:
widget: containerLessObject
subFields: !include standardInputProperties.yml
- name: options
type: object[]
meta:
label: Mehrfachauswahl Optionen
direction: row
widget: containerLessObjectArray
subFields:
- name: name
type: string
meta:
label: Name
- name: props
type: object
meta:
label: Mehrfachauswahl Eigenschaften
subFields:
- name: additionalAddableValues
type: boolean
meta:
label: Zusätzliche hinzufügbare Werte
containerProps:
layout:
size:
default: "col-6"
small: "col-12"
large: "col-6"