Datalist
Last updated
Last updated
Datalist field renders a searchable field. Handy when the number of options is rather big (e.g. A list of countries in a regular may arguably not be a good UX). Supports .
This will produce the following
will result in the following
Name
Type
Description
type
string
datalist
(required)
id
string
Unique ID that will be used to retrieve the value (required)
tab
string
Specifies in which tab this option will be rendered
title
string
Shows a heading to the left of the field
desc
string
Shows a description text (can have HTML)
multiple
boolean
options
array
if 'multiple' => true
is added to the , the field will respect it. The following configuration
Set to true
if multiple values are needed. See above.
Array of arrays with value
and name
keys. See above.