Skip to content

Commit

Permalink
update docs (#5965)
Browse files Browse the repository at this point in the history
  • Loading branch information
pionnegru committed Aug 10, 2020
1 parent 644885b commit 0df4f86
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -413,3 +413,17 @@ Once you have enabled this feature you will be able to double click on your meta
"copy-to-clipboard-action": true
}
```

## Search select options (ACS 7+)

When the list of values is too long, the options selection panel will be enhanced with a search input to make it easier for the user to find the value by a label. The default number is `5` and can be configured by `selectFilterLimit` property in `app.config.json` to change after how many options this search input should render.

```json
"content-metadata": {
"presets": {...},
...
"selectFilterLimit": 10
}
```

![Chips for multi value properties](../../docassets/images/adf-search-select.png)
Binary file added docs/docassets/images/adf-search-select.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0df4f86

Please sign in to comment.