Search
<ui5-search>
| Since 2.9.0info
The following entity is available under an experimental flag and its API and behavior are subject to change.
A ui5-search
is an input with suggestions, used for user search.
The ui5-search
consists of several elements parts:
- Scope - displays a select in the beggining of the component, used for filtering results by their scope.
- Input field - for user input value
- Clear button - gives the possibility for deleting the entered value
- Search button - a primary button for performing search, when the user has entered a search term
- Suggestions - a list with available search suggestions
ES6 Module Import
import "@ui5/webcomponents-fiori/dist/Search.js";
Basic Sample
A Search component with enabled scope and items and filtering by scope.