required

Field.required
Domain:

client

Language:

javascript

Class:

Field()

Description

Specifies whether a not empty value for a field is required.

Use required to find out if a field requires a value or if the field can be blank. When required property is set to true, trying to post a null value will cause an exception to be raised.

See also

Related attributes

Related concepts