From efd45eceb2fda26d50e842b74c14414a0ed203ee Mon Sep 17 00:00:00 2001 From: Rohit Sharma Date: Tue, 27 Apr 2021 17:59:07 +0530 Subject: [PATCH] Add migration note for the `autoClose` option (#33770) --- site/content/docs/5.0/migration.md | 6 ++++++ 1 file changed, 6 insertions(+) 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