Autocomplete

Properties

In addition to the default properties of the components you have the following properties available.

  • value [array of string] preselect selected values, if not set the field returned from the store with the same id is used

  • descriptionField [string] Field of a suggested object to resolve and display.

  • filterField [string] Field of a suggested object to use for filter.

Load suggestions

You can load suggestions from the availableValues property or from the form record by using availableValuesField

  • availableValues [array of value]

  • availableValuesField [string] Field of a suggested object to use for filter.

Methods

In addition to the default methods of the components you have the following methods available.

Events

In addition to the default events of the components you have the following events available.

attributo dei valori disponibili da usare per la descrizione

filterField

campo dell'oggetto da usare per filtrare i suggerimenti

availableValues

[in alternativa a availableValuesField] array valori dispnibili

availableValuesField

[in alternativa a availableValues] attributo del record contente l'array dei valori disponibili

Last updated