Password-icon will not be shown using class “outlined”! Any idea how to fix this?
<smart-password-text-box id=”password” show-password-icon label=”Password” name=”password” class=”outlined “ placeholder=”Passwort” ></smart-password-text-box>
Hi AURAGARD,
For your issue with our component a solution will be to add ‘z-index:9;’ property to the ‘.smart-password-icon’ class in your css file.
Here is the code snippet:
.smart-password-icon{
z-index:9;
}
Please, do not hesitate to contact us if you have any additional questions.
Best regards,
Yavor Dashev
Smart UI Team https://www.htmlelements.com/