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
// Using down/up keys, set Focus on list item and assign it to aria-activedescendant attribute in input.
167
179
// Need to keep track of filtered list length to be able to increment/decrement the focus index so it's contained to the number of available list items.
@@ -295,7 +307,7 @@ class SLDSLookup extends React.Component {
295
307
//If user hits down key, advance aria activedescendant to next item
0 commit comments