enum sap.ui.comp.smartform.SmartFormValidationMode

Visiblity: public
Available since: N/A
Module: sap/ui/comp/library
Application Component: CA-UI5-CMP

Enumeration of SmartForm validation mode.


Properties Overview

Node Description
sap.ui.comp.smartform.SmartFormValidationMode.Async

Async validation mode. This mode handles all types of SmartField controls both with sync and async validation.

Note: This is the recommended validation mode.

sap.ui.comp.smartform.SmartFormValidationMode.Standard

Standard validation mode which handles the validation only of nested SmartField with synchronous validation.