mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
* Release Note for 4.2 - Initial draft. * update dep * documentation * fix * remove script * lint Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com> Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
911 B
911 B
Title, Added, Status, Last reviewed
Title | Added | Status | Last reviewed |
---|---|---|---|
Search Chip List Component | v2.3.0 | Active | 2018-09-14 |
Search Chip List Component
Displays search criteria as a set of "chips".
Basic usage
<adf-search-chip-list [searchFilter]="searchFilter"></adf-search-chip-list>
<adf-search-filter #searchFilter></adf-search-filter>
Class members
Properties
Name | Type | Default value | Description |
---|---|---|---|
clearAll | boolean |
false | Flag used to enable the display of a clear-all-filters button. |
searchFilter | SearchFilterComponent |
Search filter to supply the data for the chips. |