Save hint as default

Good evening to all:
Hello is there a way to save the textbox input as the default hint?

Yes, just set the textbox.text to textbox.hint.

If you want this to persist when the app is closed, save the textbox.text to a tinydb and call this value back to the textbox.hint when the app starts.

2 Likes

many thanks

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.