-
Notifications
You must be signed in to change notification settings - Fork 838
placeholder text #143
Comments
Tested in Safari, FF and Chrome. Not tested on mobile.
I've added support for this and checked it - seems to work pretty ok. Not suggesting it's the best way to approach it, but it works. Code is in the above commit. |
@steveathon looks good. I can't think of a better way to do it other than a bit of JS. Thanks |
The examples all have the placeholder in there now - seems to work on all the browsers I've tested on so far. Let me know if it fails and I'll fiddle with it. |
Placeholder-solution didn't work for me as I had multiple editors on a page and the placeholder was replacing the initial value as well as saving the placeholder after submit. I changed it to the following, user CSS before pseudo-class to show the placeholder and toggling the visibility using JS. JS: CSS: |
Just wondering if there is anyway to hook in HTML5's placeholder text system with this plugin. Would be a nice feature.
The text was updated successfully, but these errors were encountered: