Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
6.7.0 Beta1
-
Windows
Description
When a TextFiled is focused the placeholderText at the top should not have the padding applied to it because otherwise it will overlap with the border. The purpose of the padding in my case is to make space for an icon.
import QtQuick import QtQuick.Controls import QtQuick.Controls.Material Window { width: 640 height: 480 visible: true title: qsTr("Hello World") TextField { anchors.centerIn: parent width: 200 placeholderText: qsTr("User name") leftPadding: 32 } }
Attachments
Issue Links
- duplicates
-
QTBUG-120149 Material 3 - TextField placeholder issues when padding changed
-
- Closed
-