Deprecation: #91911 - optionEl of type jQuery in FormEngine.setSelectOptionFromExternalSource
See forge#91911
Description
The 6th argument
option
of the method
Form
now accepts objects of type
HTMLOption
.
In the same run, passing a jQuery object has been marked as deprecated.
Impact
jQuery objects automatically get converted to their native HTMLElement object. Calling the method with passing a jQuery object will log a deprecation warning to the browser's console.
Affected Installations
All installations passing a jQuery object as
option
to
Form
are affected.
Migration
Pass a native HTMLOptionElement to
Form
.