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
We use this plugin extensively, recently updated to the latest 1.3.3 version to support HTML5 elements too.
While loading the form with the json data if one of the properties has a null value then we get this issue. Never occurred with the older version.
Uncaught TypeError: Cannot read property 'constructor' of null
at h (jquery.loadJSON.min.js:18)
at h (jquery.loadJSON.min.js:18)
at HTMLFormElement.<anonymous> (jquery.loadJSON.min.js:18)
The text was updated successfully, but these errors were encountered:
What specific version of the jQuery library you're using?
What browsers (and versions) have you tested in?
Please include a link to a JSFiddle or CodePen example of the error so that others can reproduce the issue you're seeing.
We use this plugin extensively, recently updated to the latest 1.3.3 version to support HTML5 elements too.
While loading the form with the json data if one of the properties has a null value then we get this issue. Never occurred with the older version.
The text was updated successfully, but these errors were encountered: