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
When survey.textUpdateMode equals to "onBlue", default value, the comment question in react raise survey.onValueChanged event on typing a letter. It behaves always as survey.textUpdateMode equals to "onTyping".
Comment question should raise survey.onValueChanged event on loosing its focus when survey.textUpdateMode equals to "onBlue".
The text was updated successfully, but these errors were encountered:
When
survey.textUpdateMode
equals to"onBlue"
, default value, the comment question in react raisesurvey.onValueChanged
event on typing a letter. It behaves always assurvey.textUpdateMode
equals to"onTyping"
.Comment question should raise
survey.onValueChanged
event on loosing its focus whensurvey.textUpdateMode
equals to"onBlue"
.The text was updated successfully, but these errors were encountered: