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
Hi, I'm testing the library and I'm loving it, but I was unable to capture the value of input fields using refs in React.
If I didn't see any specific attributes that would forward the ref directly into the input element to allow me to read the content of the field later on. So I was wondering if this is by design or if you were planning on adding some kind of support for this in the future?
Thanks!
The text was updated successfully, but these errors were encountered:
You're not able to support your use case by simply listening for change events?
Typically I've used forwarded refs when I really need low level control of an otherwise "controlled component" and it always adds complexity so I'm careful to not lean on that often.
Again, would love to better understand your needs.
Hi, I'm testing the library and I'm loving it, but I was unable to capture the value of input fields using refs in React.
If I didn't see any specific attributes that would forward the ref directly into the
input
element to allow me to read the content of the field later on. So I was wondering if this is by design or if you were planning on adding some kind of support for this in the future?Thanks!
The text was updated successfully, but these errors were encountered: