survey-creator
survey-creator copied to clipboard
V2: If title entered through the inplace editor the onPropertyValueChanging event is not fired
creator.onPropertyValueChanging.add((sender, options) => {
if(!!options.value && options.propertyName === "title" && options.obj.isQuestion) {
options.obj.name = options.value.split(" ").join("_");
}
});
https://surveyjs.answerdesk.io/internal/ticket/details/T8862