You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you requesting a feature, reporting a bug or asking a question?
BUG
What is the current behavior?
When use tagbox or dropdown in dynamic matrix, and set these two question use data from RESTful API as choices
If no survey data load, it is fine
But if I load previously submitted into the survey, these two element will show below in debug mode and crash in production mode
[Vue warn]: Maximum recursive updates exceeded in component . This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function
What is the expected behavior?
Shouldn't cause page crash
How would you reproduce the current behavior (if this is a bug)?
Provide the test code and the tested page URL (if applicable)
@andrewtelnov
I mean, if I use the tagbox and dropdown in dynamic matrix
and the choices is fetch from API
When use survey.data to set data,
although the project seems working fine, but DevTool show these warning
and If this project in production mode, it will cause the whole page crash and unusable.
andrewtelnov
changed the title
Vue3: Load data into tagbox/dropdown in dynamic matrix with RESTful API choices recursively update value and cause page crash
Vue3: Load data into tagbox/dropdown in dynamic matrix with RESTful API choices produce Vue warnings
Sep 28, 2023
RomanTsukanov
changed the title
Vue3: Load data into tagbox/dropdown in dynamic matrix with RESTful API choices produce Vue warnings
[Vue 3] Dropdowns: Loading choices using RESTful API produces warnings
Oct 3, 2023
Are you requesting a feature, reporting a bug or asking a question?
BUG
What is the current behavior?
When use tagbox or dropdown in dynamic matrix, and set these two question use data from RESTful API as choices
What is the expected behavior?
Shouldn't cause page crash
How would you reproduce the current behavior (if this is a bug)?
Provide the test code and the tested page URL (if applicable)
Tested page URL:
CodeSandbox: https://codesandbox.io/p/sandbox/vue-recursive-update-tagbox-vmodel-when-choice-from-api-d3vggf
Specify your
The text was updated successfully, but these errors were encountered: