@@ -46,9 +46,8 @@ list below.
4646
4747- [ useSelect] [ useselect-readme ] for a custom select component.
4848- [ useCombobox] [ combobox-readme ] for a combobox or autocomplete input.
49- - [ useMultipleSelection] [ multiple-selection-readme ] for selecting multiple items
50- in a select or a combobox, as well as deleting items from selection or
51- navigating between the selected items.
49+ - [ useTagGroup] [ tag-group-readme ] for a tag group component. Also useful to
50+ build a multiple selection combobox or select component with tags.
5251
5352The second solution is the ` Downshift ` component, which can also be used to
5453create accessible combobox and select components, providing the logic in the
@@ -734,8 +733,8 @@ check could fail even if the ref is correctly forwarded to the root DOM
734733component. In these cases, you can provide the object
735734` {suppressRefError : true} ` as the second argument to ` getRootProps ` to
736735completely bypass the check.\
737- ** Please use it with extreme care and only if you are absolutely sure that the ref
738- is correctly forwarded otherwise ` Downshift ` will unexpectedly fail.** \
736+ ** Please use it with extreme care and only if you are absolutely sure that the
737+ ref is correctly forwarded otherwise ` Downshift ` will unexpectedly fail.** \
739738See [ #235 ] ( https://github.com/downshift-js/downshift/issues/235 ) for the
740739discussion that lead to this.
741740
@@ -1516,8 +1515,8 @@ MIT
15161515 https://github.com/downshift-js/downshift/blob/master/src/hooks/useSelect
15171516[ combobox-readme] :
15181517 https://github.com/downshift-js/downshift/tree/master/src/hooks/useCombobox
1519- [ multiple-selection -readme] :
1520- https://github.com/downshift-js/downshift/tree/master/src/hooks/useMultipleSelection
1518+ [ tag-group -readme] :
1519+ https://github.com/downshift-js/downshift/tree/master/src/hooks/useTagGroup
15211520[ bundle-phobia-link ] : https://bundlephobia.com/result?p=downshift@3.4.8
15221521[ aria ] : https://www.w3.org/TR/wai-aria-practices/
15231522[ combobox-aria-example] :
0 commit comments