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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
#899122bc1b1 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.