Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouismaxime.piton <louismaxime.piton@orange.com>2022-04-20 10:02:31 +0300
committerMark Otto <otto@github.com>2022-04-20 22:35:26 +0300
commit1dc59b0d4e9ea5dd1a07aa91f964b491de1310ba (patch)
tree8f6044e967b03d56ff06b77c2494ac2341eaeaea /site/content
parent9ccee925fb563adbd9ccb00f7f6c1c861a254e7f (diff)
Minor fixes
Diffstat (limited to 'site/content')
-rw-r--r--site/content/docs/5.1/components/dropdowns.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/components/dropdowns.md b/site/content/docs/5.1/components/dropdowns.md
index 75568677f4..7751a9bade 100644
--- a/site/content/docs/5.1/components/dropdowns.md
+++ b/site/content/docs/5.1/components/dropdowns.md
@@ -881,7 +881,7 @@ Put a form within a dropdown menu, or make it into a dropdown menu, and use [mar
{{< example >}}
<div class="dropdown">
- <button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
+ <button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false" data-bs-auto-close="outside">
Dropdown form
</button>
<form class="dropdown-menu p-4">