Tagged Questions
0
votes
2answers
143 views
Disappearing input field placeholder aesthetics for web apps
Background
Users may provide various categorized input entries (e.g., danger, warning, avoid, and relax), such as those in the following image (e.g., "Relax #1", "Avoid #1", etc.):
Problem
When ...
71
votes
12answers
9k views
Removing placeholder text on focus
Chrome and Safari remove placeholder text after pressing first key in the text input.
Firefox and Opera remove placeholder text immediately after focusing the text input.
Which approach is better ...