teslamotors / informed

A lightweight framework and utility for building powerful forms in React applications
https://teslamotors.github.io/informed
MIT License
956 stars 173 forks source link

fieldExists is missing #460

Open georgmzimmer opened 1 year ago

georgmzimmer commented 1 year ago

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

samr874 commented 8 months ago

@georgmzimmer what is the status of this code please tell could you please guide me where does this file lies please??

joepuzzo commented 8 months ago

hmm May have depricated that and forgot to update docs. I will need to look into this one.