readOnly()
Makes the text field read-only.
readOnly(readOnly?: BindingOrValue<boolean>): this;
Parameters
- readOnly — True to make the text field read-only; defaults to true.
Return value
The builder instance for chaining.
Related
class TextFieldBuilder static
A builder class for creating UITextField instances.
