githubuser0xFFFF / QtFreeVirtualKeyboard

A QML based on screen virtual keyboard for embedded QML applications
Other
248 stars 138 forks source link

Always open as numerical #8

Open cleitonbueno opened 7 years ago

cleitonbueno commented 7 years ago

Excellent design, I'm testing with Qt5.6 on an ARM Cortex-A9 (NXP / Freescale i.MX6) and this is working fine, congratulations!

I noticed something strange, I use TextField or TextInput and I set the field as inputMethodHints: Qt.ImhPreferNumbers | Qt.ImhDigitsOnly | Qt.ImhFormattedNumbersOnly, the first time it opens as numerical, in the others not.

I would know how to force forever to open in the Numeric option.