Hello,
i have a problem with programmatically changing form item options inside the onFieldDataChanged callback method (line 109 inside App.js) on the form element. there is an endless loop inside the onOptionChanged callback method (line 120 inside App.js).
here is a project with the error: https://codesandbox.io/s/devextreme-dynamic-form-uv0dg and 2 devtools screenshots that says, that the form items property is every time changed.
Steps for reproducing:
- select a user
- fill out test field
- fill out test 2 field
- clear select with (X) button
–> endless loop
Thanks for your help.