v1.1.1
Fix issue when the required
property change, the validations was not updated.
The following code will now works properly:
<Field
name="my-field"
required={customCondition ? 'Field is required' : false}
/>
Fix issue when the required
property change, the validations was not updated.
The following code will now works properly:
<Field
name="my-field"
required={customCondition ? 'Field is required' : false}
/>