markAsErrors

abstract fun markAsErrors(properties: List<FieldError>)

Mark a list of fields in error. Note that JsonForm component already handle error states for you according to your requirements and patterns described in your Schema. If you are using this function, you need to apply and handle these errors by your own way.

Parameters

properties

List of errors to display in your form.