-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting errorCannot read property 'value' of undefined at \ngx-material-keyboard-core.js.MatKeyboardKeyComponent._setCursorPosition #86
Comments
I'm trying to integrate dark theme keyboard for which I've prepared following code
And within my view part I've implemented below code
But the issue over here is when I select any value from keyboard it throws me following error
Why its been throwing this error |
Any update on this? I am facing same issue |
Anything on this? Facing the same issue. |
Also having this issue |
Ok, I figured something out. The MatKeyboardKeyComponent is expecting your input to be a FormControl. your_component.ts: your_component.html: |
Thanks @bryanweaver that helped me |
No description provided.
The text was updated successfully, but these errors were encountered: