PinDialog
PinDialog copied to clipboard
Ability to target an input in device, without displaying the dialog?
I assume it would be rather difficult to just have the numpad showing and have it bound to a specific element in the page?
:+1: though, really good to have the number pad.
try <input type="number" pattern="[0-9]*">, binding to an element is rather a complex issue