React Aria Components Integration for TanStack Form #1050
Unanswered
sohamnandi77
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TanStack Forms currently does not expose a field ref, which makes it challenging to integrate with React Aria components. React Aria relies on assigning a ref to the input component for accessibility and focus management, but TanStack Forms lacks documentation or examples for this integration. Please provide an integration guide or example in the documentation for using TanStack Forms with React Aria components, similar to how React Hook Form handles this scenario.
Here's an example of how React Hook Form integrates with React Aria:
Thank you in Advance.
Beta Was this translation helpful? Give feedback.
All reactions