Home › Forums › Classic DFFS › Placeholder option for tooltips › Reply To: Placeholder option for tooltips
August 22, 2018 at 20:11
#21912
Sure, here is the spec:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Labels_and_placeholders
And an example image attached. Check out the “Type of OS” field. It shows a hover icon from dffs, and the html5 placeholder I’m injecting with jQuery. When the user clicks into the field the placeholder text disappears and is replaced with their text.
I would like to be able to choose whether the help text is in an icon, or a placeholder for each field. Only input and textarea fields support the placeholder attribute.
- This reply was modified 6 years, 2 months ago by DCH.