-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Dropdown Menu doesn't work with Form inside #302
Comments
If you have jQuery on the page, you can run the following to stop the propagation for all elements within the menu (given it's class is
Alternatively, you could just find the form.
|
@zachwill or even $('.dropdown-menu').click(function (e) { |
daveobriencouk
pushed a commit
to egocreative/bootstrap
that referenced
this issue
Nov 18, 2012
This was referenced Sep 16, 2021
This was referenced Nov 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I put in a form with text input inside the
. I need to make some adjustment to the UI but is fine. However, the dropdown-js that comes with bootstrap, doesn't handle it well.
When I click on the textbox, the dropdown menu straightaway closes. Any work around for this?
Cheers,
Mickey
The text was updated successfully, but these errors were encountered: