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
Library survey[.min].js renamed to survey.ko[.min].js. Please add ".ko" suffix for the knockout version.
Libraries survey.bootstrap.js and survey.react.bootstrap.js do not exists any more. Please use survey.ko[.min].js and survey.react[.min].js instead. Add the following code before creating a survey Survey.Survey.cssType = "bootstrap";. It will tell survey to use bootstrap css classes.
Changes
We are using Webpack and the survey is UMD library now. You may use require and import key words now.