List input search

The smart search list, to use it just define the field "inputType" as "multiSelect", like the following example:

{
  'mapping': 'objectives',
  'fieldName': 'Objetivos',
  'inputType': 'multiSelect',
  'options': ['sleep', 'close eyes', 'awake']
}

And use the same function used to create the input form, to get:

Last updated