Why QML TextInput's setInputMask is removing spaces?
Locked
QML and Qt Quick
-
Hi All,
I am using QML TextInput element and used inputMask on it as -
inputMask : "nnnnnnnnnn"but if input string is-"abc 12" then i am getting it as - "abc12" , without spaces.
why this behavior is occurring? and how to fix it?
Regards,
Meraj -
Is it intentional that you almost repeated your question you asked in this "thread":http://developer.qt.nokia.com/forums/viewthread/5331?
Edit: closed for this very reason; Andre