The JavaFX Textfield control has the "Prompt Text" property to inform user what have to be digited.
However, as soon the control received focus the text of that property gets gone. I would like that the Textfield behaviour was like HTML5 control: only dissapear after first caracter was introduced and reappear if all caracters was erased.
Thanks in advance.