survey-creator icon indicating copy to clipboard operation
survey-creator copied to clipboard

V2: If title entered through the inplace editor the onPropertyValueChanging event is not fired

Open novikov82 opened this issue 3 years ago • 0 comments

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

novikov82 avatar Feb 28 '22 13:02 novikov82