Set the Read-only TextBox in Blazor TextBox Component
7 Oct 20211 minute to read
The following example demonstrates how to set Readonly
in TextBox Component. This can be achieved by using Readonly property.
@using Syncfusion.Blazor.Inputs
<SfTextBox Placeholder='First Name' Readonly=true></SfTextBox>