We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
However, question description inline editors are not available:
Please consider adding question description placeholders so that users can enter descriptions without activating a properties tab.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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:
However, question description inline editors are not available:
Please consider adding question description placeholders so that users can enter descriptions without activating a properties tab.
The text was updated successfully, but these errors were encountered: