You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you requesting a feature, reporting a bug or asking a question?
Feature
What is the current behavior?
There is no option to adapt placeholder text ("Drag and drop choices here to rank them")
What is the expected behavior?
A field in the SurveyJS designer or accepted property in JSON format to override the default placeholder text (e. g. override to "Drag and drop intuitively")
How would you reproduce the current behavior (if this is a bug)?
Provide the test code and the tested page URL (if applicable)
{
"logoPosition": "right",
"pages": [
{
"name": "page1",
"elements": [
{
"type": "ranking",
"name": "question1",
"title": "How would you deal with situation xyz?",
"description": "I would most likely deal with situation xyz as follows ...",
"hideNumber": true,
"isRequired": true,
"choices": [
{
"value": "Item 1",
"text": "This is a very long description to deal with situation xyz in case of A."
},
{
"value": "Item 2",
"text": "This is a very long description to deal with situation xyz in case of B."
},
{
"value": "Item 3",
"text": "This is a very long description to deal with situation xyz in case of C."
},
{
"value": "Item 4",
"text": "Another very long description to deal with situation xyz in case of D."
}
],
"selectToRankEnabled": true,
"selectToRankAreasLayout": "vertical"
}
]
}
]
}
Specify your
browser: Google Chrome
browser version: Version 119.0.6045.124
surveyjs platform (angular or react or jquery or knockout or vue): Website
surveyjs version: Current
The text was updated successfully, but these errors were encountered:
I've added descriptions for these properties to the documenation: 541d992. As for Survey Creator, I think it's time to create a category for "select to rank"-related properties.
Are you requesting a feature, reporting a bug or asking a question?
Feature
What is the current behavior?
There is no option to adapt placeholder text ("Drag and drop choices here to rank them")
What is the expected behavior?
A field in the SurveyJS designer or accepted property in JSON format to override the default placeholder text (e. g. override to "Drag and drop intuitively")
How would you reproduce the current behavior (if this is a bug)?
Provide the test code and the tested page URL (if applicable)
Tested page URL: https://surveyjs.io/published?id=d7dc829d-2128-474d-89fd-92081c5453e2
Test code
Specify your
The text was updated successfully, but these errors were encountered: