Skip to content

v0.92.4

Choose a tag to compare

@github-actions github-actions released this 21 Nov 09:55
· 17 commits to main since this release
5c8192a

Patch Changes

  • #899 122bc1b1 Thanks @tenphi! - Fixed id and ARIA attributes duplication where they were incorrectly applied to both the field wrapper and the input element. The id prop is now correctly applied only to the element with qa and data-input-type attributes. The fix was implemented in the wrapWithField helper to automatically filter out id from fieldProps passed to the Field wrapper.