🦉
Anacleto
GitHub
  • Anacleto
  • Getting started
    • Setup Anacleto
      • Setup local environmen
    • First tutorial
  • Anacleto Frontend
    • UI Builder
      • Components
        • DataTable
        • Form
          • Controls
            • Autocomplete
            • Button
            • CodeEditor
            • Dropdown
            • Image
            • InputText
            • Label
        • GridContainer
        • Splitter
        • Stack
        • TabView
        • Tree
    • Translation
    • Frontend script
      • Dialog and Toast
      • Window
  • Anacleto Backend
    • Backend script
      • googleBigQuery
      • googleDatastore
      • logger - console
      • mysql
      • Utils
  • Google cloud platform
    • Google
  • Anacleto developer
    • Work with us
      • Guidelines
    • Setup local enviroment
Powered by GitBook
On this page
  • Properties
  • Load suggestions
  • Methods
  • Events
  • filterField
  • availableValues
  • availableValuesField
  1. Anacleto Frontend
  2. UI Builder
  3. Components
  4. Form
  5. Controls

Autocomplete

PreviousControlsNextButton

Last updated 2 years ago

Properties

In addition to the 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 of the components you have the following methods available.

Events

In addition to the 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

default properties
default methods
default events