New Security Code component not showing empty value

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:
image

It should appear empty with no "balls". Only when the user adds values, should it appear with "balls".

Best regards!

1 Like

This is how the component is implemented at the moment. If you have ideas on how to change this feel free to submit pull request!

It should work like the others, if there is no values, then it should not show the password icon representative of a value.

I’ll repeat what I’ve already suggested: