-
-
Notifications
You must be signed in to change notification settings - Fork 50.5k
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
Input.Group with inner AutoComplete style bug #5832
Comments
Updated example: |
ping @ddcat1115 |
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version
2.9.1
Environment
osx 10.11.6, Chrome 57.0.2987.133
Reproduction link
http://codepen.io/anon/pen/OmNNpz?editors=001
Steps to reproduce
Set a
<Input>
and aAutoComplete
inside aInput.Group
. CSS isn't autocomplete-select aware.What is expected?
The
AutoComplete
to display correctly inside aInput.Group
What is actually happening?
The css rules for the
Input.Group
isn't targeting theAutoComplete
inner input componentThe text was updated successfully, but these errors were encountered: