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

Enable a question description inline editor within a design surface

Open JaneSjs opened this issue 1 year ago • 1 comments

T19476 - Description visibility like page and form https://surveyjs.answerdesk.io/internal/ticket/details/T19476


Content editors can enter a survey and page description within a design surface: image

However, question description inline editors are not available: image

Please consider adding question description placeholders so that users can enter descriptions without activating a properties tab.

JaneSjs avatar Aug 21 '24 09:08 JaneSjs

To activate an in-place editor for question descriptions, specify a description placeholder as follows:

import { Serializer } from "survey-core";

Serializer.getProperty('question', 'description').placeholder = "Description";

View Demo

image

JaneSjs avatar Aug 22 '24 08:08 JaneSjs