mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
added placeholder property (was present in text area but missing in input)
This commit is contained in:
parent
c0d42a9d7a
commit
5ed4de3a5a
|
@ -67,4 +67,10 @@ public interface HTMLInputElement extends HTMLElement {
|
|||
void setValue(String value);
|
||||
|
||||
void select();
|
||||
|
||||
@JSProperty
|
||||
String getPlaceholder();
|
||||
|
||||
@JSProperty
|
||||
void setPlaceholder(String value);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user