readonly
Toggles the readonly state of the widget. When the widget is readonly it doesn't allow user input.
Parameters
readonly Boolean
If set to true
, the widget will not allow user input. If set to false
, the widget will allow user input.