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
Adds beforeRegister method to createField options. This method allows to apply additional transformations to the fieldProps immediately before the registration. It also allows to completely prevent the registration of the field in case false is returned. (#233)
Adds allowMultiple flag to createField options. This flag controls whether the multiple fields with the same name are allowed. (#233)
Allows to reference custom valuePropName props in validation rules resolvers functions. (#238)
Allows to control the field-wide initialValue in the createField options. (#240)
Bugfixes
References valuePropName in the fieldProps composition in createField.Field render method
Internals
Refines updateField method to use pure update function as a parameter (#182)