You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/dropdown/docs/readme.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Each of these parts need to be used as attribute directives.
14
14
_(Default: `always`)_ -
15
15
Controls the behavior of the menu when clicked.
16
16
*`always` - Automatically closes the dropdown when any of its elements is clicked.
17
-
*`disabled` - Disables the auto close. You can control it manually with `is-open`. It still gets closed if the toggle is clicked, `esc` is pressed or another dropdown is open. It also won't be closed on `$locationchangeSuccess`.
17
+
*`disabled` - Disables the auto close. You can control it manually with `is-open`. It still gets closed if the toggle is clicked, `esc` is pressed or another dropdown is open.
18
18
*`outsideClick` - Closes the dropdown automatically only when the user clicks any element outside the dropdown.
0 commit comments