You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `<SearchMultiSelectExtended>` is similar to the `<MultiSelect>` component, but this component can display hierarchical tree data. In addition, it shows the selection in grouped and allows user to search the options for quick filtering and selection.
10
+
The `<SearchMultiSelectGroups>` is an option list which can also contain groups. It shows the selection grouped as a tree and allows user to search the options for quick filtering and selection.
11
11
12
-
As the name suggests, the `<SearchMultiSelectExtended>` comes with a case insensitive term matching, and a small tag indicator to show you how many options were selected, as well a small balloon where you can quickly see what options you have selected so far.
12
+
As the name suggests, the `<SearchMultiSelectGroups>` comes with a small tag indicator to show you how many options were selected, as well a small balloon where you can quickly see what options you have selected so far.
13
13
14
-
Search-Multi-select supports nested options [See Nested Options](#nested-options). When a parent option is selected, all children will be selected. If all children are selected, the parent will be selected too.
14
+
Search-Multi-Select-Groups supports nested options [See Nested Options](#nested-options). When a parent option is selected, all children will be selected. If all children are selected, the parent will be selected too.
0 commit comments