Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #101246
    AURAGARD
    Member

    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>

    #101249
    yavordashew
    Member

    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/

    #101255
    AURAGARD
    Member

    Bingo! Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.