multitext_autocomplete

multitext_autocomplete field allows to select multiple values with autocomplete field. Selected values are displayed as a list below input field and can be re moved from the list by clicking on remove icon.  multitext_autocomplete field uses same keywords and options as text_autocomplete field. Returned value of the field is always an array and should also be saved to Array database field.

    10:  
      name: categories
      type: multitext_autocomplete
      search: dc_category,name
      with_new: category
      is_id: false
      size: 50

 

Usage of multitext_autocomplete field is similar to select field with multiple option and is more convenient where there is a lot of choices.

 


Last update: 07.02.2021