You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Returns whether an element will successfully validate based on forms validation rules and constraints.
6170
6172
*/
6171
6173
willValidate: boolean;
6174
+
selectedOptions: HTMLCollection;
6172
6175
/**
6173
6176
* Adds an element to the areas, controlRange, or options collection.
6174
6177
* @param element Variant of type Number that specifies the index position in the collection where the element is placed. If no value is given, the method places the element at the end of the collection.
0 commit comments