* Autofocus and disabled for select element

This commit is contained in:
michael 2019-10-30 09:01:05 +00:00
parent 5c3180aa62
commit d1f79594de

View File

@ -2650,6 +2650,8 @@ TEventListenerEvent = class external name 'EventListener_Event' (TJSObject)
procedure checkValidity;
procedure setCustomValidity(aMessage : String);
Public
autofocus : Boolean;
disabled : Boolean;
multiple : boolean;
required: boolean;
selectedIndex : NativeInt;