docs(useMultipleSelection): remove itemToString prop references#1684
Merged
silviuaavram merged 2 commits intoMay 18, 2026
Merged
Conversation
Collaborator
|
Cool thanks! As a side node, we deprecated useMultipleSelection, so feel free to check useTagGroup instead in order to build multiple selection. |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1684 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 18 54 +36
Lines 1726 1983 +257
Branches 518 604 +86
==========================================
+ Hits 1726 1983 +257 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
silviuaavram
approved these changes
May 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
What
Removes the
itemToStringprop entry and TOC link from theuseMultipleSelectionREADME. The prop was removed from the hook in v9, but the docs still describe it.Why
Per @silviuaavram in #1655 ("Thanks!"), the docs should reflect that
itemToStringis no longer auseMultipleSelectionprop.How
Deleted the
### itemToStringsection and its TOC entry. The reference inside thegetA11yStatusMessageexample is preserved since the surrounding comment already notesitemToStringis a user-defined function in that scope.Changes
src/hooks/useMultipleSelection/README.md: removeitemToStringsection + TOC link.Checklist
Closes #1655