We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b6f3a commit 03c5928Copy full SHA for 03c5928
src/BootstrapBlazor/Components/Input/OtpInput.razor
@@ -2,7 +2,7 @@
2
@inherits ValidateBase<string>
3
4
<div @attributes="AdditionalAttributes" id="@Id" class="@ClassString">
5
- <input hidden value="@CurrentValueAsString" class="" />
+ <input hidden value="@CurrentValueAsString" class="opt-input-val" />
6
@for (var index = 0; index < Digits; index++)
7
{
8
@if(IsReadonly || IsDisabled)
0 commit comments