google / elemental2

Type checked access to browser APIs for Java code.
Apache License 2.0
150 stars 38 forks source link

HTMLTextAreaElement missing placeholder attribute #110

Closed anbuck closed 5 years ago

anbuck commented 5 years ago

The HTMLTextAreaElement class should have a placeholder attribute, just like the HTMLInputElement does.

realityforge commented 5 years ago

I think this issue can be closed. The upstream externs have been updated to include this attribute a while ago so the next official release will include this attribute.

In the meantime you can use a more recent unofficial release. Notes on how to use it are in the post

https://groups.google.com/forum/#!topic/google-web-toolkit/Hofnjq983Ew

HTH