[ACA-4486] docs update (#7146)

* [ACA-4486] docs update

* * [ci:force] rename see also section

* [ci:force] settings and  migrate step added

* settings and  migrate step added

* [ci:force] minor corrections
This commit is contained in:
Dharan
2021-07-05 15:26:56 +05:30
committed by GitHub
parent d93980d1a3
commit bbc2701df2
18 changed files with 687 additions and 513 deletions

View File

@@ -14,8 +14,8 @@ Displays search criteria as a set of "chips".
## Basic usage
```html
<adf-search-chip-list [searchFilter]="searchFilter"></adf-search-chip-list>
<adf-search-filter #searchFilter></adf-search-filter>
<adf-search-chip-list></adf-search-chip-list>
<adf-search-filter></adf-search-filter>
```
## Class members
@@ -25,4 +25,4 @@ Displays search criteria as a set of "chips".
| 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. |
| 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 |