Skip to content

v1.1.1

Compare
Choose a tag to compare
@ivan-dalmet ivan-dalmet released this 02 Aug 11:38
· 183 commits to master since this release

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}
/>