Using input values as hints, the easy way

An often occuring UI pattern is “use the value of a textfield as hint what to input”. These fields all auto-clear when the user first focuses it (by clicking or tabbing it), and if nothing it entered, the hint will be shown once again once the user leaves it. Because we decided to go this … Continue reading Using input values as hints, the easy way