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
The directive works well as expected. However, when I try to render a list of keypad-input using ng-repeat, the model couldn't be updated. Keypad emits the event still but InputKeyboard couldn't listen to it. Do you know how to solve this issue.
Below is the code snippet used to render list of keypadInput:
The directive works well as expected. However, when I try to render a list of keypad-input using ng-repeat, the model couldn't be updated. Keypad emits the event still but InputKeyboard couldn't listen to it. Do you know how to solve this issue.
Below is the code snippet used to render list of keypadInput:
KEYPAD.handleKeyPressed triggers
... but KEYPADINPUT.handleKeyPressed() never get called.
The text was updated successfully, but these errors were encountered: