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

[FEAT] - How to access to a value over a input element when using the numeric keypad? #58

Open
tracemarktech opened this issue Jun 9, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@tracemarktech
Copy link

Hello,

I have a input field linked with a KioskBoard instance. For instance, I am using a numeric keyboard with allowRealKeyboard = false set as a parameter for KioskBoard.init method. Consider the following nesting elements which I am using:

<h2 class="yields"> Meta: <input class="js-virtual-keyboard" data-kioskboard-type="numpad" data-kioskboard-placement="bottom" type="number" bind:value= {someVariableInScript}> </h2>

As you can see, I made sure to put the bind:value attribute to the input element. However, when I use the virtual keypad and set any value, the variable does not pick up the value entered from the keypad, as if the input field never updates.

Is there any way in which I can access to a keyboard value (associated with its input element) when modify through its keypads (just clicking over them)? Thanks in advance!

@tracemarktech tracemarktech added the enhancement New feature or request label Jun 9, 2022
@dnapierata
Copy link

See feature #67

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants