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:
authorRohit Sharma <rohit2sharma95@gmail.com>2021-04-27 15:29:07 +0300
committerGitHub <noreply@github.com>2021-04-27 15:29:07 +0300
commitefd45eceb2fda26d50e842b74c14414a0ed203ee (patch)
treee4329cea18e474e1368cd2584a25213c3512cc8d /site/content/docs/5.0
parent15827359da783a8b1021fe82285576dcabc98849 (diff)
Add migration note for the `autoClose` option (#33770)
Diffstat (limited to 'site/content/docs/5.0')
-rw-r--r--site/content/docs/5.0/migration.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md
index 46e1d9fcf6..3ee604d446 100644
--- a/site/content/docs/5.0/migration.md
+++ b/site/content/docs/5.0/migration.md
@@ -7,6 +7,12 @@ aliases: "/migration/"
toc: true
---
+## v5.0.0
+
+### JavaScript
+
+- Dropdowns now have one more option (`autoClose`) to handle the [auto close behavior]({{< docsref "/components/dropdowns#auto-close-behavior" >}}). You can use this option to accept the click inside or outside the dropdown menu to make it interactive.
+
## v5.0.0-beta3
### Components