Allow to edit question and panel descriptions on designer surface

This issue has been tracked since 2023-03-14.

If the description is empty for questions and panels, then the only way to enter the text is to use to the proprety grid.
Suggestion: allow users to enter the description for questions and panels from the design surface, like it's done for a survey and pages:
image


Source issue: T12334 - Allow descriptions to be added to fields and panels in-line

andrewtelnov wrote this answer on 2023-03-18

The following code is working for showing panel title and question description:

Survey.Serializer.findProperty("question", "description").placeholder = "Enter question description";
Survey.Serializer.findProperty("panel", "title").placeholder = "Enter panel title";
More Details About Repo
Owner Name surveyjs
Repo Name survey-creator
Full Name surveyjs/survey-creator
Language TypeScript
Created Date 2015-12-22
Updated Date 2023-03-30
Star Count 683
Watcher Count 29
Fork Count 308
Issue Count 301

YOU MAY BE INTERESTED

Issue Title Created Date Updated Date