Single properties - Selects

Enums, oneOfs with const values and the x-fromData annotation can be used to create select fields.

Arrays are represented as multi-value select fields.

If the number of items is too large the select is replaced by a auto-complete except if you force the use of a select using the x-display=select annotation.

The selectAll options can be used to add a "select all" action prepended to the list of items. It is only applied on multi-value select fields (not autocomplete).