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
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
- Remove listener for $locationChangeSuccess event
BREAKING CHANGE: The dropdown no longer will remain open on $locationChangeSuccess with autoclose set to disabled. Implement this logic inside app along with usage of isOpen two-way binding if this functionality is desired.
Closes#5648Closes#5680
Copy file name to clipboardExpand all lines: src/dropdown/docs/readme.md
+1-1
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