v0.20.0
Added accessibility features in TextInput component
Changes:
Accessibility Improvements:
- Enhanced screen reader support for validation feedback in TextInput.
- Error messages now use aria-live, role="alert", and aria-atomic to ensure proper announcement.
- Introduced isFocused prop to restrict announcements to the active field only.
- Dynamic key added to feedback element to force re-announcement on error change.