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.12k stars 802 forks source link

Knockout/jQuery - completedHtmlOnCondition doesn't work when specifying survey values (survey.setValue) in the onComplete function #5762

Closed JaneSjs closed 7 months ago

JaneSjs commented 1 year ago

Please run the following demo for Knockout: https://surveyjs.io/form-library/examples/create-a-scored-quiz/reactjs

For jQuery: https://plnkr.co/edit/TTSKdYRMpIIAJQYY

The completedHtmlOnCondition doesn't show expected output.

andrewtelnov commented 1 year ago

@JaneSjs Please use onCompleting.

Thank you, Andrew