mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-28 04:10:13 +02:00
Added property "placeholder" for "textarea" element.
https://www.w3schools.com/tags/att_textarea_placeholder.asp
This commit is contained in:
parent
ae9baf5d51
commit
276d288ca0
@ -2083,6 +2083,7 @@ TEventListenerEvent = class external name 'EventListener_Event' (TJSObject)
|
|||||||
autofocus : boolean;
|
autofocus : boolean;
|
||||||
disabled : boolean;
|
disabled : boolean;
|
||||||
maxLength : nativeInt;
|
maxLength : nativeInt;
|
||||||
|
placeholder: String;
|
||||||
readOnly : Boolean;
|
readOnly : Boolean;
|
||||||
required : Boolean;
|
required : Boolean;
|
||||||
selectionStart : Cardinal;
|
selectionStart : Cardinal;
|
||||||
|
Loading…
Reference in New Issue
Block a user