EnumSelect Editor
Description
The EnumSelect Editor provides a UI element for selecting values from a pre-defined list or a vocabulary.
Single or Multiple Select
The EnumSelectEditor allows selecting multiple values by default. To restrict the selection to just one value
the sh:maxCount 1 ;
triple can be added.
Shacl definition in the RecordType
A sh:property
using a dash:EnumSelectEditor
can be defined in the RecordType definition as follows:
Single Select based on a pre-defined list
Single select bases on a vocabulary
UI result
The EnumSelectEditor will be rendered as following in the UI: