Skip to content

feat(Checkbox): add max prop #2058

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

Open
wants to merge 6 commits into
base: v2
Choose a base branch
from
Open

Conversation

malik-jouda
Copy link
Contributor

No description provided.

Copy link

pkg-pr-new bot commented Jul 15, 2025

Open in StackBlitz

npm i https://pkg.pr.new/reka-ui@2058

commit: 9908daf

kricsleo and others added 2 commits July 19, 2025 09:52
… auto-focus when opened (unovue#2055)

* fix(DatePicker): allow `initialFocus` to control the calendar's auto-focus on open

* fix: corrects imports

* refactor: remove `initialFocus`
@zernonia
Copy link
Member

Hi @malik-jouda . Thanks for the PR. But could put in more description of what this PR is trying to implement?

@malik-jouda
Copy link
Contributor Author

@zernonia
nuxt/ui#4057

@cyyynthia
Copy link
Contributor

cyyynthia commented Jul 21, 2025

While functionally sound, I have concerns wrt accessibility and user experience. It is very reasonable to come to the conclusion the checkboxes are "broken" if there is no feedback to the user that they have reached the limit (both visually, and via tools like screen readers).

It may be a good use-case for using aria-disabled without disabled: keep the fields discoverable but clearly convey that they cannot be interacted with (along with an appropriate message read aloud by SRs)

@cyyynthia

This comment was marked as resolved.

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

Successfully merging this pull request may close these issues.

4 participants