Documentation

readOnly()

Makes the text field read-only.

readOnly(readOnly?: BindingOrValue<boolean>): this;

Parameters

Return value

The builder instance for chaining.

Related