Is it possible to use virtual keyboard without assign it to TextField
/TextArea
?
In doc is said the VK must be linked to some Component
( bindVirtualKeyboard()
).
I have a Label
and some Button
. After clicking on Button
I woud like to show virtual keybord for numbers.
After typing is finished I would like to change text in my Label
component.
Of course even I can able to show keyboard I can't get value from keyboard because it is not assigned to any TextField
.
Is it possible to do what I described ? If do can you explain how to do it or maybe there's some example ?
Best regards,
Mel