I would like to use this widget but I have some layout issues (see picture). I have the same result on latest versions of Firefox, Chrome or Safari on Mac.
Any idea on how to fix that ?
All settings are default, except the checkbox to avoid putting it in a container.
Can anyone provide some code that when pressing an existing switch widget it would then pop this keypad up as a prompt to enter a code and then on OK it closes the pop up?
I installed this widget and it works great. Thanks for the hard work. There is a problem: when the page is viewed in a mobile device, in portrait mode, the rendering is not correct. Can anyone tell me how to fix this?
Hi There.
What would be really useful is an option to clear the “Receiving Item” after a certain interval to prevent the PIN number lying there unused.
Yes, you could. I just thought it would be more elegant and cleaner to have the Keypad Widget do the cleanup. Also concerned about conflicting the “cleanup” rule with any usage rules. But if not possible then will go with plan B. Thanks
Great Keypad, Congratulation!
I am looking for a keypad to get float numbers (with decimal point).
Thanks for any hints how to find an existing custom widget.
Great widget Lucky. I was digging into the code, and it all makes sense to me except at the end where the " <button class=“key btn_ok”…" line employs the expression (config.isClearOnSubmit && (gwk_data.current=‘’) || true)"
Can you perhaps explain this? Specifically, I can surmise that if the “config.isClearOnSubmit” option is set to false then the “&&” will prevent (gwk_data.current=‘’ from executing and thus the entered code will not be erased (and visa versa), but I don’t know what to make of the “|| true” part…what is that trying to accomplish?