Skip to content

v0.20.0

Compare
Choose a tag to compare
@shruti-14 shruti-14 released this 10 Jul 12:55
· 4 commits to master since this release
3977964

Added accessibility features in TextInput component

Changes:

Accessibility Improvements:

  1. Enhanced screen reader support for validation feedback in TextInput.
  2. Error messages now use aria-live, role="alert", and aria-atomic to ensure proper announcement.
  3. Introduced isFocused prop to restrict announcements to the active field only.
  4. Dynamic key added to feedback element to force re-announcement on error change.