mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-07 15:47:45 +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;
|
||||
disabled : boolean;
|
||||
maxLength : nativeInt;
|
||||
placeholder: String;
|
||||
readOnly : Boolean;
|
||||
required : Boolean;
|
||||
selectionStart : Cardinal;
|
||||
|
Loading…
Reference in New Issue
Block a user