Andrew

Results 201 comments of Andrew

@shahidcodes I guess, you are talking about place holders for page titles. They are rendering based page index in survey and not on page name. Otherwise, it would look strage...

You can set page titles and see the how it works. Thank you, Andrew

@hekin1 You can use [creator.onModified](https://surveyjs.io/Documentation/Survey-Creator?id=surveycreator#onModified) event and check their `creator.state === "modified"` to enable button and disabled it on saving. the state becomes (creator.state), "saving" or "saved". Thank you, Andrew

@novikov82 Unfortunately there is no easy way to find out if a question list will be empty or not. It depends on context (survey, question, column, dynamic panel) and events....

@novikov82 [Here is the code](https://github.com/surveyjs/survey-creator/blob/master/packages/survey-creator-core/src/property-grid/condition-survey.ts#L606). It can take a time to execute it. Having another view is a simple solution. If this function returns false on opening modal then show...

@novikov82 @novikov82 After the latest changes, I believe this issue becomes irrelevant. Thank you, Andrew

@Matvey1308 Please do not use id as a name for the custom property. We have an "id" property in a survey element. Thank you, Andrew SurveyJS Team

@SamMousa We have several ways to hide properties for a custom questions. For components the whole idea is to hide the complexity and show minimum properties. You can override properties...

@SamMousa Got it. @RomanTsukanov we do not have documentation about adding a new adorner for Creator V2. Please add it into your task list and I am assigning this task...

@benmoses-equineregister multiple text item and columns are different from itemvalue. It is different classes. [This is all documentation](https://surveyjs.io/Documentation/Survey-Creator) we have at the current moment. Thank you, Andrew