Developer forum

Forum » Feature requests » Items - Field description

Items - Field description

Morten Bengtson
Reply

Sometimes a little description/hint under an input field can be a great help for the editor.

We can add a short description in the field name, but that feels a bit wrong. Maybe a separate description field (plain text) is a good idea?

And maybe you could also add the possibility to define some placeholder text (not the same as default value)?

/Morten


Replies

 
Nicolai Høeg Pedersen
Reply

Great idea.

 

Could you ellaborate on placeholder text?

 

Thanks!

 
Morten Bengtson
Reply

By placeholder text I mean the text that is displayed inside an input field before the user enters anything - the text could be a hint about what format the text input accepts or just an example of what you can enter. The text goes inside the placeholder attribute and is displayed in the browsers that supports it (you could make it work in all browsers by using a polyfill).

 

Demo: http://webdesignerwall.com/demo/html5-placeholder-text/

 

Documentation: http://www.w3.org/TR/html5-author/common-input-element-attributes.html#the-placeholder-attribute

 

 
Nicolai Høeg Pedersen
Reply

Ah, Great idea!

 

Thanks!