Input placeholder text change when focus

1
Hi Team,   How can I change the input placeholder text when I focus and blur. For example I have mentioned below HTML input attribute. Mendix 9.6.7   HTML Tag for focus and blur attribute: <input type="text" placeholder="enter your text" onfocus="this.placeholder = ''" onblur="this.placeholder = 'enter your text'" />
asked
0 answers