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
Getting an error that showInlineError prop isn't allowed on section. Looks like it's because the ListField component isn't wrapped in a FormGroup which is where the inline errors are handled?
To replicate, just create a ListField component with showInlineError as a prop.
p.s. Great package.
The text was updated successfully, but these errors were encountered:
Well, yes - it's not passed down. If you want, create a PR for it (it's only two lines in two packages - 4 LOC). No matter what, it will be refactored - you can track progress in #87.
Getting an error that
showInlineError
prop isn't allowed onsection
. Looks like it's because theListField
component isn't wrapped in aFormGroup
which is where the inline errors are handled?To replicate, just create a
ListField
component withshowInlineError
as a prop.p.s. Great package.
The text was updated successfully, but these errors were encountered: