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] Texts for carry forward choices are not changed immediately on changing survey locale #8367

Closed andrewtelnov closed 3 months ago

andrewtelnov commented 3 months ago

ItemValue model for carry forward item is not fired strChanged callback on changing survey locale property. As result the text in Knockout and probably in Vue/Angular is not updated based on selected survey locale. It works correctly in React since it re-renders all elements in shadow DOM on changing survey root property.