surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.22k stars 816 forks source link

Do not create DropdownListModel for dropdown & tagbox on loading survey #9014

Open andrewtelnov opened 2 weeks ago

andrewtelnov commented 2 weeks ago

We don't need DropdownListModel in designer and it is better to create it on request instead of on loading survey. It will speed-up survey loading for extreme large surveys with a lot of dropdowns/tagboxes.