Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable a question description inline editor within a design surface #5806

Open
JaneSjs opened this issue Aug 21, 2024 · 1 comment
Open

Enable a question description inline editor within a design surface #5806

JaneSjs opened this issue Aug 21, 2024 · 1 comment
Labels
enhancement user issue An issue or bug reported by users.

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Aug 21, 2024

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 JaneSjs added enhancement user issue An issue or bug reported by users. labels Aug 21, 2024
@JaneSjs
Copy link
Contributor Author

JaneSjs commented Aug 22, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement user issue An issue or bug reported by users.
Projects
None yet
Development

No branches or pull requests

1 participant