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
- Expand/Collapse button - when there is no search term, the search button behaves as an expand/collapse button for the
ui5-search
component - 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.
Properties​
popupMode​
noTypeahead​
headerText​
subheaderText​
showPopupAction​
popupActionText​
open​
mode​
showClearIcon​
expanded​
fixed​
value​
placeholder​
accessibleName​
Slots​
default​
illustration​
scopeOptions​
Events​
popup-action-press​
open​
close​
input​
scope-change​
search​
Methods​
No methods available for this component.
CSS Parts​
No CSS parts available for this component.
More Samples​
Filtering​
The examples shows filtering per user input, typeahead and highlighting suggestions per user input.