We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
config prop can receive a updateFields property.
config
updateFields
This properties is useful to update the form schema.
Example
{ updateFields: { 'user.phone_number': { pattern: '(^[0-9\+]{5,}$)|(^[a-zA-Z0-9]{0}$)' } } }
More info