condition.required
Checks that the data is filled in. This way you can get the user to answer all the required questions.
If used inside the validation
property, you can omit the data
property and the same property will be used from the parent component field (the one that contains the condition.required
component).