Skip to content

Commit ec2db85

Browse files
ntachevadimodiikoevska
authored
chore(multiselect): persist filter clarification (#2318)
* chore(multiselect): persist filter clarification * Update components/multiselect/filter.md * Update components/multiselect/filter.md Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]> --------- Co-authored-by: Dimo Dimov <[email protected]> Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
1 parent 1bbf116 commit ec2db85

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

components/multiselect/filter.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,14 @@ By default, the filtering is debounced with 150ms. Configure that with the [`Deb
3030

3131
## Persist Filter
3232

33-
By default, the filter value will be cleared when the user selects an item. You can configure the MultiSelect to keep the filter value upon selection. This can be useful if you want to allow the user select multiple values that match the same filtering criteria (for example, select several people with the same last name).
33+
By default, the filter value will be cleared when the user selects an item.
34+
35+
You can configure the MultiSelect to keep the filter value:
36+
37+
* When the user selects an item from the list.
38+
* When the user closes the popup but keeps the focus on the MultiSelect (for example, presses [`Esc` to close the popup](https://demos.telerik.com/blazor-ui/multiselect/keyboard-navigation)).
39+
40+
This can be useful if you want to allow the user to select multiple values that match the same filtering criteria (for example, select several people with the same last name). Blurring the MultiSelect indicates that the user is done with the selection and the filter value will be cleared upon blur.
3441

3542
To keep the filter upon selection, set the `PersistFilterOnSelect` parameter to `true`. It only applies when `Filterable="true"` and `AutoClose="false"`.
3643

0 commit comments

Comments
 (0)