formio / formio.js

JavaScript powered Forms with JSON Form Builder
https://formio.github.io/formio.js
MIT License
1.88k stars 1.06k forks source link

FIO-8302 Fixed issue with wizard api key overriding window.property objects #5587

Closed ZenMasterJacob20011 closed 4 months ago

ZenMasterJacob20011 commented 4 months ago

Link to Jira Ticket

https://formio.atlassian.net/browse/FIO-8302

Description

The requireLibrary function in Formio.js now ignores any properties in the window object that are the type HTMLElement. Previously the window.property was unexpectedly being set by HTMLElements with an id attribute. This caused requireLibrary to pull in the HTMLElement instead of the expected object from Githubissues.

  • Githubissues is a development platform for aggregating issues.