surveyjs / surveyjs_react_quickstart

SurveyJS + React Quickstart Template
http://surveyjs.io
141 stars 80 forks source link

Error updating items in multipletext field #3

Closed joshreid closed 7 years ago

joshreid commented 7 years ago

After adding the multipletext field to the survey, if we edit the items, see this: screen shot 2017-03-30 at 12 20 40 pm

Edit any of these fields and update, get this error:

Uncaught TypeError: t.koName is not a function
    at e.createItemFromEditorItem (surveyeditor.min.js:7)
    at e.onBeforeApply (surveyeditor.min.js:7)
    at e.apply (surveyeditor.min.js:7)
    at t.n.onApplyClick (surveyeditor.min.js:7)
    at HTMLInputElement.<anonymous> (knockout-latest.debug.js:4255)
    at HTMLInputElement.dispatch (jquery.js:4435)
    at HTMLInputElement.r.handle (jquery.js:4121)
tsv2013 commented 7 years ago

This issue can be related to the #2. I'm not able to reproduce it after #2 has been fixed. Let's check it after nearest update. I hope we'll release an update within the rearest week. For a while you can recompile editor repo master branch. @joshreid - Is it ok for you or you need this update right now?

joshreid commented 7 years ago

This looks all good now- thanks @tsv2013