Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Input tag fontawesome issue! #57

Open
sahillangoo opened this issue Sep 2, 2023 · 0 comments
Open

[Bug] Input tag fontawesome issue! #57

sahillangoo opened this issue Sep 2, 2023 · 0 comments

Comments

@sahillangoo
Copy link

Version

v1.0.7

Reproduction link

https://github.com/sahillangoo/listify-php/blob/master/signin.php

Operating System

Windows/Linux

Device

Surface Book Pro

Browser & Version

Chrome Latest

Steps to reproduce

Create an Input box with icon inside

<div class="form-group">
                  <div class="input-group mb-3 has-validation">
                    <input type="password" class="form-control" id="password" name="password" required placeholder="Password" aria-label="password" aria-describedby="password-addon" data-bs-toggle="tooltip" data-bs-placement="right" title="Enter your password">
                    <div class="btn bg-transparent mb-0 shadow-none">
                      <i class="fa fa-fw fa-eye-slash toggle-password" id="toggle-password" onclick="togglePassword()"></i>
                    </div>

                    <div class="valid-feedback">
                      Looks good!
                    </div>
                    <div class="invalid-feedback">Please check your Password.</div>
                    </input>
                  </div>

What is expected?

Input box with icon inside it in the end

What is actually happening?

Input box with icon outside in the end

image


Solution

Additional comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant