Closed sajalsuraj closed 3 years ago
Which version of Angular are you using? The latest, Angular 12?
@contra8 I am using Angular 8.
I have resolved this problem. I have removed the keyboard events such as getKeyboard() and reveal() and just using "keyboard.$preview.focus()". This resolved my issue. Closing this issue for now.
Hi,
I am using this keyboard in an Angular project, my requirement is to update the keyboard value programmatically, but the moment value reaches the point, the keyboard got closed. This happens when the angular page/component is navigated more than once.
This is the function that I wrote to update the value -
Value doesn't get updated on the keyboard and the keyboard closes automatically. Please help me. @Mottie