surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.18k stars 808 forks source link

How to remove loading when value changed #7738

Open PutikAleksey opened 8 months ago

PutikAleksey commented 8 months ago

Are you requesting a feature, reporting a bug or asking a question?

Asking a question

What is the current behavior?

When Im changing any field from survey model it leads to loading the page(I think it even reloads the whole survey).

What is the expected behavior?

Hide loading when value changed

Provide the test code and the tested page URL (if applicable)

Simplest example:

value.onValueChanged.add(onPartialUpdate);

Specify your

andrewtelnov commented 8 months ago

@PutikAleksey It is hard to say anything without seeing a reproduciable example? Could you create an example with this issue in any code sandbox?

Thank you, Andrew