Title | Added | Status | Last reviewed |
---|---|---|---|
Search Filter Autocomplete Chips component |
v6.1.0 |
Active |
2023-06-13 |
Implements a search widget consists of 1 input with autocomplete options representing conditions to form search query.
{
"search": {
"categories": [
{
"id": "location",
"name": "Location",
"enabled": true,
"component": {
"selector": "autocomplete-chips",
"settings": {
"allowUpdateOnChange": false,
"hideDefaultAction": true,
"allowOnlyPredefinedValues": false,
"field": "SITE",
"autocompleteOptions": [ {"value": "Option 1"}, {"value": "Option 2"} ]
}
}
}
]
}
}
Name | Type | Description |
---|---|---|
field | string |
Field to apply the query to. Required value |
autocompleteOptions | AutocompleteOption[] |
Predefined options for autocomplete |
allowOnlyPredefinedValues | boolean |
Specifies whether the input values should only be from predefined |
allowUpdateOnChange | boolean |
Enable/Disable the update fire event when text has been changed. By default is true |
hideDefaultAction | boolean |
Show/hide the widget actions. By default is false |
This component allows the user to choose filter options for the search query. See the Search Chip Autocomplete Input component for more details.
- Search Configuration Guide
- Search Query Builder service
- Search Widget Interface
- Search Chip Autocomplete Input component
- Search Chip Input component
- Search check list component
- Search date range tabbed component
- Search number range component
- Search radio component
- Search slider component
- Search text component
- Search Logical Filter component