justinmind-logo
 
Upvote 1

Input text field - featured text is automatically removed when user inputs information.

Answered Victor Conesa 8 years ago

Simple Question. I have a input text field and have added aka "Login Name" to show what the user needs to enter. When simulating how do I make it so that when the user clicks on the text field that the text "Login Name" disappears and the user can input their own text. Thank you. b526929a5197f3f686aa66d34a340e64

Replies (3)
photo
1

Hi Nath,


Create a 'on click' event of type 'Set value' and then indicate an empty text as the new value when the user clicks on the input field.


Best,


Lidia

photo
1

Thank you very much =D

photo
1

Hi,

The above solution is OK under the condition that the user does not go back to edit the text in a field they have already filled in. In such a situation, upon the user clicking the field, it will clear out what the user has previously written. Is there a way around this?

Thanks!

photo
1

Yes - since then we've introduced a 'placeholder' property. Enter text in there instead, and it will function like you describe.

photo
Leave a Comment
 
Attach a file