-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
None
Overview:
The PF6 migration introduced a regression in the CheckboxSelect component where the onBlur callback is no longer invoked. This breaks Formik's "touched" field tracking, meaning form validation errors are not displayed when users interact with CheckboxSelect fields and then move focus away.
Acceptance Criteria:
- [ ] CheckboxSelect fires onBlur when the dropdown menu is closed
- [ ] Formik correctly marks CheckboxSelect fields as "touched" after interaction
- [ ] Validation errors display properly after the user blurs a CheckboxSelect field
- [ ] No regressions in existing CheckboxSelect behavior (selection, deselection, filtering)
Related Tickets:
- ROX-32962 - PF6 migration tasks (Epic)