Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Documentation for AutoComplete
List<String>
StacAction
double
200
StacOptionsViewOpenDirection
OptionsViewOpenDirection.down
String
StacAutoComplete( options: ['Option 1', 'Option 2', 'Option 3'], onSelected: {'type': 'callback', 'name': 'onOptionSelected'}, optionsMaxHeight: 250, optionsViewOpenDirection: StacOptionsViewOpenDirection.up, initialValue: 'Option 1', )
{ "type": "autoComplete", "options": [ "Option 1", "Option 2", "Option 3" ], "onSelected": { "type": "callback", "name": "onOptionSelected" }, "optionsMaxHeight": 250, "optionsViewOpenDirection": "up", "initialValue": "Option 1" }