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
The docs and package exports indicate that fields within FieldTemplateProps is an array of Fields. However, a form with a custom FieldTemplate indicates that fields is an object.
Prerequisites
Description
The docs and package exports indicate that
fields
withinFieldTemplateProps
is an array of Fields. However, a form with a custom FieldTemplate indicates thatfields
is an object.Steps to Reproduce
JSFiddle: https://jsfiddle.net/5v1wsru9/
Expected behavior
FieldTemplateProps.fields
is an arrayActual behavior
FieldTemplateProps.fields
is an object (this makes more sense, but the documentation and typing appear to be incorrect)Version
v3.2.1
The text was updated successfully, but these errors were encountered: