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] Form Input Group Text Misbehaving #62

Open
lyndonjohn opened this issue Dec 29, 2023 · 0 comments
Open

[Bug] Form Input Group Text Misbehaving #62

lyndonjohn opened this issue Dec 29, 2023 · 0 comments

Comments

@lyndonjohn
Copy link

lyndonjohn commented Dec 29, 2023

Version

1.1.1

Reproduction link

https://github.com/lyndonjohn/soft-ui-dashboard-pro-bug.git

Operating System

MacOS

Device

MacBook Pro

Browser & Version

Chrome Version 120.0.6099.129

Steps to reproduce

  1. Setup the template as usual.
  2. Create a form and use the code below:
<div class="input-group">
  <input type="text" class="form-control" placeholder="Type here...">
  <span class="input-group-text text-body"><i class="fas fa-search" aria-hidden="true"></i></span>
</div>

What is expected?

The search icon should be displayed at the right side of input box.

What is actually happening?

The search icon is positioned at the start of input box just like having an "absolute" css attribute.


Solution

no solution. please help.

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