diff --git a/src/BlazorUI/Bit.BlazorUI/Components/Inputs/TextField/BitTextField.razor b/src/BlazorUI/Bit.BlazorUI/Components/Inputs/TextField/BitTextField.razor index fff16c69a2..ffc269cad2 100644 --- a/src/BlazorUI/Bit.BlazorUI/Components/Inputs/TextField/BitTextField.razor +++ b/src/BlazorUI/Bit.BlazorUI/Components/Inputs/TextField/BitTextField.razor @@ -42,62 +42,80 @@ @if (Multiline && Type is null or BitInputType.Text) { - +
[@trimmedValue]
[@notTrimmedValue]"; - private readonly string example11CsharpCode = @" + private readonly string example12CsharpCode = @" private string trimmedValue; private string notTrimmedValue;"; - private readonly string example12RazorCode = @" + private readonly string example13RazorCode = @"