Added blank placeholder text on focus to text field

This commit is contained in:
Rebecca Stankus 2019-10-11 14:42:39 -07:00
parent 93e266cde5
commit 21503137d4

View file

@ -384,6 +384,7 @@ Rectangle {
placeholderTextColor: "#8E8E8E"
font.pixelSize: 14
placeholderText: width - leftPadding - rightPadding < goToTextFieldMetrics.width ? shortPlaceholderText : longPlaceholderText
blankPlaceholderTextOnFocus: false
clip: true
selectByMouse: true
autoScroll: true