Standard

Autocomplete widget is an input that can use either static options or remote source. To use static options, provide options list with suggestions.

{%- call ui.util.call(show_example) -%} {%- raw %} {{ ui.autocomplete("Help text", name="basic", label="Basic autocomplete", options=[ {"value": "Alpha"}, {"value": "Beta"}, {"value": "Gamma"}, {"value": "Delta"}, ]) }} {%- endraw %} {%- endcall %}