Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.2.0 Beta1
-
None
-
N/A
-
qtdeclarative/stable: 956ee62cc24c76569ac49ab209f5f889899c53d6
Description
When QQuickTextInput is accepted or loses focus, it does:
if (hasAcceptableInput(m_text) || fixup()) { // ... }
Notice that it calls QQuickTextInputPrivate::hasAcceptableInput(). Unlike the public QQuickTextInput::hasAcceptableInput() that returns a boolean value, the private version returns a ValidatorState instead. It never calls fixup() when the validator reports that it's in "intermediate" state, because the value of IntermediateInput is 1.
Attachments
Issue Links
- is required for
-
QTBUG-34774 SpinBox in Qt Quick Controls allows "-0"
- Closed