Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(hooks): return boolean for aria-selected #1603

Merged
merged 1 commit into from
May 17, 2024

Conversation

silviuaavram
Copy link
Collaborator

@silviuaavram silviuaavram commented May 17, 2024

What:
Return a boolean for aria-selected as the documentation / types suggest. Affects for the hooks useSelect and useCombobox.

Why:
Fixes #1596.

How:
Update the return value and the unit tests.

Checklist:

  • Documentation
  • Tests
  • TypeScript Types
  • Flow Types
  • Ready to be merged

@silviuaavram silviuaavram merged commit ee2a828 into master May 17, 2024
3 checks passed
@silviuaavram silviuaavram deleted the feat/return-boolean-aria-selected branch May 17, 2024 08:05
Copy link

🎉 This PR is included in version 9.0.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aria-selected returned as string instead of boolean
1 participant