mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
fix: clicking an item in navbar dropdown collapses the dropdown in firefox (#33643)
This commit is contained in:
+1
-1
@@ -415,7 +415,7 @@ class Dropdown extends BaseComponent {
|
||||
return
|
||||
}
|
||||
|
||||
if (/input|select|textarea|form/i.test(event.target.tagName)) {
|
||||
if (/input|select|option|textarea|form/i.test(event.target.tagName)) {
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user