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
Describe the bug
According to the documentation, fieldExists should be a function of the formApi that returns true if the field exists. This function used to be part of the formApi, but now the function is missing! I need that function, or some way to do the same thing.
To Reproduce
go here, and click the button labeled "Demonstrate that fieldExists() is missing!"
Any updates on this? I see fieldExists still defined in the type but missing an implementation. Is there some other way to find if the field exists? I haven't been able to find one when looking at getFieldState or FormState values
Describe the bug
According to the documentation, fieldExists should be a function of the formApi that returns true if the field exists. This function used to be part of the formApi, but now the function is missing! I need that function, or some way to do the same thing.
To Reproduce
go here, and click the button labeled "Demonstrate that fieldExists() is missing!"
https://codesandbox.io/s/damp-cache-mkm6dc?file=/src/App.js
The text was updated successfully, but these errors were encountered: