Hi ,
I need to create one question type . like button with Three input field .
I refered this ticked https://surveyjs.answerdesk.io/ticket/details/t2600
I want to set and get the value of the question . look at this plunker https://next.plnkr.co/edit/JvFM32uvk8NwxUTN?preview
How can i set the value of next two input field.
Hello,
You need to process
text.onchange
event same way as for first field and setquestion.value
as in previous your ticketThanks, Alex
SurveyJS Team