Skip to content

Fix: required validation for multi-select ComboBox (#9788)#9792

Open
Nawaz-B-04 wants to merge 1 commit intoadobe:mainfrom
Nawaz-B-04:fix-combobox-multiselect-required
Open

Fix: required validation for multi-select ComboBox (#9788)#9792
Nawaz-B-04 wants to merge 1 commit intoadobe:mainfrom
Nawaz-B-04:fix-combobox-multiselect-required

Conversation

@Nawaz-B-04
Copy link

Closes #9788

✅ Pull Request Checklist:

  • Included link to corresponding React Spectrum GitHub Issue.
  • Added/updated unit tests and storybook for this change.
  • Filled out test instructions.
  • Updated documentation (not required for this fix).
  • Looked at the Accessibility Practices for this feature.

📝 Test Instructions:

  1. Create a form containing a ComboBox with selectionMode="multiple" and isRequired.
  2. Select one or more items.
  3. Submit the form.

Expected result:
Form submission succeeds when items are selected.

  1. Submit the form with no selections.

Expected result:
Form validation prevents submission due to required constraint.

🧢 Your Project:

Personal open source contribution.

@github-actions github-actions bot added the RAC label Mar 14, 2026
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.

isRequired validation fails on multi-select ComboBox

1 participant