unify / unify

Unify Project
http://www.unifyjs.com
Other
152 stars 16 forks source link

support for the placeholder tag on input widgets #113

Closed mojoaxel closed 12 years ago

mojoaxel commented 12 years ago

unify.ui.form.TextArea and unify.ui.form.TextField should support the placeholder tag since it is implemented in current versions of webkit and gecko.

fastner commented 12 years ago

This is done with blur/focus events in #114 and #115.