- 
    
Bug
 - 
    Resolution: Duplicate
 - 
    
P3: Somewhat important
 - 
    None
 - 
    6.5.0
 
The Material TextField has a bug with the cut out for the placeholder text when the text is cleared programmatically.
It does not go back to being a solid line after clearing (leaves the gap where the placeholder text was)
I have added a small project. just click 'clear text'
import QtQuick import QtQuick.Window import QtQuick.Controls.Material Window { width: 640 height: 480 visible: true title: qsTr("Hello World") Column{ anchors.top:parent.top anchors.topMargin:10 TextField{ id:textField placeholderText:"Placeholder" text:"hello" } Button{ text:"clear text" onClicked:textField.clear() } } }
- duplicates
 - 
                    
QTBUG-112650 TextArea decorator not working as intended
-         
 - Closed
 
 -