Added property "placeholder" for "textarea" element.

https://www.w3schools.com/tags/att_textarea_placeholder.asp
This commit is contained in:
Yuri Silver 2023-03-14 01:42:08 +03:00
parent ae9baf5d51
commit 276d288ca0

View File

@ -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;