- 
    
Bug
 - 
    Resolution: Done
 - 
    
P2: Important
 - 
    5.2.0 Beta1
 - 
    None
 - 
    N/A
 
- 
        qtdeclarative/stable: 956ee62cc24c76569ac49ab209f5f889899c53d6
 
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.
- is required for
 - 
                    
QTBUG-34774 SpinBox in Qt Quick Controls allows "-0"
-         
 - Closed
 
 -         
 
| For Gerrit Dashboard: QTBUG-35128 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V | 
| 72478,3 | TextInput: call fixup() when appropriate | stable | qt/qtdeclarative | Status: MERGED | +2 | 0 |