Skip to content

Commit efd45ec

Browse files
Add migration note for the autoClose option (#33770)
1 parent 1582735 commit efd45ec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

site/content/docs/5.0/migration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ aliases: "/migration/"
77
toc: true
88
---
99

10+
## v5.0.0
11+
12+
### JavaScript
13+
14+
- 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.
15+
1016
## v5.0.0-beta3
1117

1218
### Components

0 commit comments

Comments
 (0)