Disabled TextBox
By default, the TextBox component is enabled.
To disable the underlying input
element, set the disabled
property to true
.
For more information on disabling any custom items added as component decorations, refer to the article on TextBox adornments.