how can i remove the line which appears under a text area in qml? is it even possible? because groove music has such a thing without a line! what is that? if not what other component should i use instead?
thanks in advance
TextArea{
id:search
placeholderText: qsTr("Search")
x:7
width: parent.width - 25
onFocusChanged: border.color= "gray"
}
(as in groove music search box or telegram which has no line and only a place holder text)
Screenshot:

TextArea. - folibis