surveyjs / surveyjs_react_quickstart

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

fix type error with custom question #18

Closed georgejdli closed 4 years ago

georgejdli commented 4 years ago

Using "checkboxbase" as the base class for custom "myquestion" causes a TypeError. https://github.com/surveyjs/surveyjs_react_quickstart/issues/17

Fix error by changing the base class to "question"