pianist1119
pianist1119

Reputation: 319

Kivy Subtext in TextInput

Look at the image below and see the faint text.

Text Input Field with Faint Text

Is it possible to add the text (I dont need an image) in the background of the textinput field in kivy?

Upvotes: 0

Views: 155

Answers (1)

inclement
inclement

Reputation: 29488

The TextInput has a hint_text property that does this.

Upvotes: 4

Related Questions