0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-13 13:29:25 +01:00

Add migration note for the autoClose option (#33770)

This commit is contained in:
Rohit Sharma 2021-04-27 17:59:07 +05:30 committed by GitHub
parent 15827359da
commit efd45eceb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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