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
In the demo when I focus the first input and type "a", the list appears, in use my keyboard keys (not the mouse) to select the first result, and press "enter".
It throws an error "[$rootScope:inprog] $digest already in progress" here:
It works fine with the mouse click, the error just happens when you use the keyboard arrows to select the result because the key events wrap everything is scope.$apply as well.
The text was updated successfully, but these errors were encountered:
In the demo when I focus the first input and type "a", the list appears, in use my keyboard keys (not the mouse) to select the first result, and press "enter".
It throws an error "[$rootScope:inprog] $digest already in progress" here:
It works fine with the mouse click, the error just happens when you use the keyboard arrows to select the result because the key events wrap everything is
scope.$apply
as well.The text was updated successfully, but these errors were encountered: