Hello,
I am trying to use the RadzenSecurityCode of type Password, but even when the Value is empty, it shows to the user that it has values.
Code:
<RadzenSecurityCode Value="" Type="SecurityCodeType.Password" Count="4" Disabled=false Gap="0.5rem"/>
You can see that the Value it's equal to "" but it shows like in the image:
It should appear empty with no "balls". Only when the user adds values, should it appear with "balls".
Best regards!