Hi,
We have requirement like, need to update all the drop-down choices
How to get all drop-down questions so we can iterate and update the choices. similar to survey.getAllPanels()
I have tried to set "question.choices" property. but we need generic function.
TypeScriptsurvey.getQuestionByName('dropdown1').choices = [
'Ford',
'Vauxhall'
];