Resolution of the stupidest bug of all time.
This commit is contained in:
parent
ad9e158294
commit
22e1d2cb24
|
@ -200,8 +200,8 @@
|
|||
{
|
||||
<FormItem LabelText="Custom Signature">
|
||||
<Template>
|
||||
<label for="CustomSignature" class="k-label k-form-label" style="text-align: center">Custom Message (max 30 character/line up to 4 lines):</label>
|
||||
<TelerikTextBox Id="CustomSignature" @bind-Value="@customSignature" MaxLength="120" Width="700px"></TelerikTextBox>
|
||||
<label for="CustomSignature" style="text-align: center">Custom Message (max 30 character/line up to 4 lines)</label><br />
|
||||
<TelerikTextArea Id="CustomSignature" @bind-Value="@customSignature" Rows="4" Cols="35" MaxLength="120"></TelerikTextArea>
|
||||
</Template>
|
||||
</FormItem>
|
||||
}
|
||||
|
|
|
@ -9,14 +9,14 @@
|
|||
<link rel="stylesheet" href="app.css" />
|
||||
<link rel="stylesheet" href="SummerBestWebForm.styles.css" />
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
<HeadOutlet @rendermode="@RenderMode.InteractiveAuto" />
|
||||
<HeadOutlet @rendermode="@RenderMode.InteractiveServer" />
|
||||
|
||||
<link rel="stylesheet" href="https://blazor.cdn.telerik.com/blazor/6.2.0/kendo-theme-bootstrap/swatches/bootstrap-urban.css" />
|
||||
<script src="https://blazor.cdn.telerik.com/blazor/6.2.0/telerik-blazor.min.js" defer></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<Routes @rendermode="@RenderMode.InteractiveAuto" />
|
||||
<Routes @rendermode="@RenderMode.InteractiveServer" />
|
||||
<script src="_framework/blazor.web.js"></script>
|
||||
</body>
|
||||
|
||||
|
|
Loading…
Reference in New Issue