What's Changed?
This hotfix improves the reliability and consistency of input adornments. Disabled and read-only states are now handled correctly, ensuring adornments are styled appropriately and never appear interactive when they shouldn’t.
Fixed
- SelectInput: The
MenuAdornment
no longer looks or behaves as if it’s interactive when the field is disabled or read-only.
Changed
- Inputs: Enhanced handling of
readOnly
anddisabled
props for end adornments, ensuring they remain visually consistent and properly non-interactive.