Helpers
#
PropsIn the above components, the props were passed using spread syntax and inputProps / fieldProps methods. These functions essentially return objects that have all props for the given property and fieldConfig.
fieldProps#
Returns entry field props that can be passed to a Field. Automatically populates field type specific data. Expects fieldConfig as obtained from useFields hook.
inputProps#
Returns entry field props that can be passed to an Input. Automatically populates input type specific data. Expects fieldConfig as obtained from useFields hook.