79642359

Date: 2025-05-28 13:57:54
Score: 1
Natty:
Report link

Well, if anyone needs it, the solution to the problem is to pass the value from the inputbase.

@using System.Diagnostics.CodeAnalysis;
@using BlazorPageScript

@inherits InputBase<string>
<input @attributes="AdditionalAttributes"
       name="@NameAttributeValue"
       class="@CssClass"
       value="@CurrentValueAsString" //here
       maxlength="16" />
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: PeacefulWarrior22