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
Managed to fix the issue. As Angular already submits the form ng-submit function when pressing enter, I did a workaround to get this function calling the button action.
It works for any other key or when input is not focus. However, when both situations occur simultaneously, enter action doesn't get triggered.
The text was updated successfully, but these errors were encountered: