Dynamic change data in combo in form suite 6

Hi, All.
I need analog of method form.getCombo in suite 5 or some different way change data in combo in form.
form.setConfig - not compliance because detach form and clear data, but i need change data in “change” event.

Thanks!

Thank you for your note.
We’re planning to extend the dynamic change of the dhtmlxForm items possibility in the future updates.

Is there any update on this issue? I would like to dynamically update Form->Combo->data as well.

You may use the getWidget() method to get the combo object and reload its data:
https://docs.dhtmlx.com/suite/form/api/combo/combo_getwidget_method/
Like:
https://snippet.dhtmlx.com/02jc7vbd

1 Like