AutoComplete
Presentations
v1.0
zero-schema
No description provided.
Required fields
PresentationType Name
Properties
PresentationType
string
required
Auto-complete functionality, allows users to select from suggested options as they type.
Name
string
required
This is a simple string value that typically serves as an identifier or label for the field in the UI.
Options
object
optional
A list of strings representing the selectable options in the auto-complete field. Each string is a potential suggestion for the user.
Default
["Item 1","Item 2","Item 3"]Studio editor metadata
Shapes the studio editor; not enforced at runtime.
PresentationType"text"
Options{
"OnChange": {
"To": "{{ Id }}",
"Handler": "Whisper"
},
"InitialValue": "{{ Value }}",
"PresentationType": "TextInput"
}