You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ui): checkbox and radio error tooltip alignment (#16439)
Fixes error tooltip positioning for checkbox and radio fields so the
caret aligns properly with the input.
### Changes
**Checkbox field:**
- Move `Error` component inside `CheckboxInput` so tooltip can position
relative to the input wrapper
- Add `Error` prop to `CheckboxInputProps` interface
- Update positioning CSS to use absolute positioning with proper offset
**Radio field:**
- Wrap `Error` and `Label` in a div for proper tooltip positioning
- Add `alignCaret="left"` to `FieldError` for consistent tooltip
alignment
**Tooltip:**
- Adjust left caret position with proper spacing
### Other changes
- Add required, disabled, and readOnly field variants to v4 Radio test
collection
0 commit comments