mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* Generate docs * Fix duplicated Optional and restore code block ticks * Fix docbuild command errors, improve documentations --------- Co-authored-by: Amedeo Lepore <amedeo.lepore85@gmail.com> Co-authored-by: Amedeo Lepore <amedeo.lepore@hyland.com>
29 lines
942 B
Markdown
29 lines
942 B
Markdown
---
|
|
Title: Search Chip List Component
|
|
Added: v2.3.0
|
|
Status: Active
|
|
Last reviewed: 2018-09-14
|
|
---
|
|
|
|
# [Search Chip List Component](../../../lib/content-services/src/lib/search/components/search-chip-list/search-chip-list.component.ts "Defined in search-chip-list.component.ts")
|
|
|
|
Displays search criteria as a set of "chips".
|
|
|
|

|
|
|
|
## Basic usage
|
|
|
|
```html
|
|
<adf-search-chip-list></adf-search-chip-list>
|
|
<adf-search-filter></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`](../../content-services/components/search-filter.component.md) | | Search filter to supply the data for the chips. Not required from 4.5.0 and later versions @deprecated |
|