diff --git a/site/content/docs/5.1/components/dropdowns.md b/site/content/docs/5.1/components/dropdowns.md index 7f2e2d42de..f5dcff4ccd 100644 --- a/site/content/docs/5.1/components/dropdowns.md +++ b/site/content/docs/5.1/components/dropdowns.md @@ -1065,10 +1065,11 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
Configure the auto close behavior of the dropdown:
true
- the dropdown will be closed by clicking outside or inside the dropdown menu.false
- the dropdown will be closed by clicking the toggle button and manually calling hide
or toggle
method. (Also will not be closed by pressing esc key)false
- the dropdown will be closed by clicking the toggle button and manually calling hide
or toggle
method.'inside'
- the dropdown will be closed (only) by clicking inside the dropdown menu.'outside'
- the dropdown will be closed (only) by clicking outside the dropdown menu.The dropdown can always be closed with the ESC key.