SiSelectListHasFilterComponent documentation¶
selector
si-select-list-has-filterInput Properties¶
| Name | Type | Default | Description |
|---|---|---|---|
| actionsTemplate ¶ | TemplateRef<any> | ||
| baseId | string | ||
| filterPlaceholder | TranslatableString | Placeholder for search input field. | |
| groupTemplate ¶ | TemplateRef<{ $implicit: SelectGroup<T> }> | ||
| labelledby ¶ | (null | string) | null | |
| noResultsFoundLabel | TranslatableString | Label if no item can be found. | |
| optionTemplate ¶ | TemplateRef<{ $implicit: SelectOption<T> }> |
Output Properties¶
| Name | Type | Description |
|---|---|---|
| closeOverlay ¶ | void |
Attributes and Methods¶
| Name | Type | Default | Description |
|---|---|---|---|
| ngOnDestroy() ¶ | () => void | A callback method that performs custom clean-up, invoked immediately before a directive, pipe, or service instance is destroyed. |
Types Documentation¶
| Represents a translatable string. This can either be a translation key, e.g. ACTIONS.EDIT that will be automatically translated when displayed on the UI or a pre-translated string, e.g. Edit . Equivalent to a normal string in usage and functionality. |
|---|
Translatable import imported from @siemens/element-translate-ng |
|---|
| A select option group | |||||
|---|---|---|---|---|---|
|
| A select option | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
Except where otherwise noted, content on this site is licensed under MIT License.