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
We find an issue for scrolling up & down the lists available in dropdown while navigating through keyboard. Solution is found in the question below and it works for us.
Hello,
We find an issue for scrolling up & down the lists available in dropdown while navigating through keyboard. Solution is found in the question below and it works for us.
http://stackoverflow.com/questions/27705490/up-down-arrow-key-issue-with-typeahead-control-angular-bootstrap-ui
Solution:
Add below code in mm-foundation-typeahead.js. file.
and add attribute with li element named should-focus="isActive($index)" in typeahead-popup.html.
Looking forward to incorporate this change asap.
Thanks.
The text was updated successfully, but these errors were encountered: