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
Hello,
I was checking the documentation, particularly the section: API Reference > <Form /> Props. There, you can find ErrorList as an available option, but it should be added as part of a custom template (Template).
What the documentation suggests:
<FormErrorList={()=><div> my custom error list </div>}/>
…3770)
* Fix#3758 by removing `ErrorList` from docs, which should have been removed when v5 was released
* Fix#3670 - fix bad theme imports in docs
---------
Co-authored-by: Heath C <51679588+heath-freenome@users.noreply.github.com>
Prerequisites
What theme are you using?
core
Version
5.x
Current Behavior
Hello,
I was checking the documentation, particularly the section: API Reference >
<Form />
Props. There, you can findErrorList
as an available option, but it should be added as part of a custom template (Template).What the documentation suggests:
What it should be:
Expected Behavior
Remove
ErrorList
from<Form />
Props documentation. It is already listed in Advanced Customization > Custom Templates.Steps To Reproduce
ErrorList
field is listedErrorList
is not a valid propEnvironment
Anything else?
No response
The text was updated successfully, but these errors were encountered: