Client Framework 2 input element attributes

Purpose

Attributes that apply to the Client Framework 2 input element.

Attributes

Attribute Description Type Default Options Use
readonly The initial read-only state of the input element. Setting this attribute to 'true' will cause the input element to be treated as read-only when the page is initially loaded. xs:Boolean false  false, true  optional 
required The initial required state of the input element. Setting this attribute to 'true' will cause the input element to be treated as required when the page is initially loaded. xs:Boolean false  false, true  optional