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
{{/* lalels generated by Fomantic still use `<i class="delete icon">`, to avoid mixing different style together and to remind future developers, use it instead of svg*/}}
$item.find('a').attr('tabindex','-1');// as above, the elements inside the dropdown menu item should not be focusable, the focus should always be on the dropdown primary element.
14
14
}
15
15
16
-
// when the menu items are loaded from AJAX requests, the items are created dynamically
16
+
// when the dropdown menu items are loaded from AJAX requests, the items are created dynamically
0 commit comments