diff --git a/components/textbox/overview.md b/components/textbox/overview.md index dd7c364e8..909384ab4 100644 --- a/components/textbox/overview.md +++ b/components/textbox/overview.md @@ -27,7 +27,7 @@ You can control [various attributes](#features) of the `input` element and turn @code { - string StringValue { get; set; } + private string StringValue { get; set; } } ```` @@ -58,6 +58,7 @@ The Blazor TextBox provides various parameters to configure the component: | `Enabled` | `bool`
`true` | Whether the `input` is enabled. | | `ReadOnly` | `bool` | If set to `true`, the component will be readonly and will not allow user input. The component is not readonly by default and allows user input. | | `Id` | `string` | Renders as the `id` attribute on the `` element, so you can attach a `