HTML5 brings us the placeholder attribute using which we can set default text on an input field or a textarea that goes away when you focus in the field and then write something. What about placeholders for select dropdowns ? The Problem Now you may think that placeholders for select dropdowns makes no sense, but [...]
The post Strategies for Select Dropdown Lists Placeholder appeared first on Code Theory.