M
Mohammed Siraj
Guest
Client-side validation support is NOT extensible in Rollbase. If required, you can write a custom scirpt component and prevent the form from being submitted in case any of the fields has invalid input as per your custom validation rules. However, the right approach would be to write custom validation rules against field definition on server-side. This way, validation rules will also be enforced when field value is set via API, in addition to UI form pages.
Continue reading...
Continue reading...