Skip to content
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

[BUG] - can' bind any function to keysEnterCallback option #93

Closed
enCoreV1 opened this issue Jun 3, 2024 · 1 comment
Closed

[BUG] - can' bind any function to keysEnterCallback option #93

enCoreV1 opened this issue Jun 3, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@enCoreV1
Copy link

enCoreV1 commented Jun 3, 2024

Hello, i try to bind search function to keysEnterCallback option, but it doesn't work. Only alert command any argument works.
And it's really bad that i can't fid any examples in internet or forums. Can you explay or give some code for working option.
BTW i try to call ajax requests. Thanks and sorry for any mistakes in this message

@enCoreV1 enCoreV1 added the bug Something isn't working label Jun 3, 2024
@enCoreV1
Copy link
Author

Finally, find the solution

KioskBoard.init({
...
keysEnterCallback: function () {
console.log("your function there")
}
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants