Skip to content

Commit

Permalink
Add description for selectToRankEmptyRankedAreaText and `selectToRa…
Browse files Browse the repository at this point in the history
…nkEmptyUnrankedAreaText`
  • Loading branch information
RomanTsukanov committed Nov 22, 2023
1 parent 5f51b00 commit 541d992
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/question_ranking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,13 @@ export class QuestionRankingModel extends QuestionCheckboxModel {
return IsMobile;
}

/**
* A placeholder displayed in the area for ranked choices. Applies when [`selectToRankEnabled`](https://surveyjs.io/form-library/documentation/api-reference/ranking-question-model#selectToRankEnabled) is `true`.
*/
@property({ localizable: { defaultStr: "selectToRankEmptyRankedAreaText" } }) selectToRankEmptyRankedAreaText: string;
/**
* A placeholder displayed in the area for unranked choices. Applies when [`selectToRankEnabled`](https://surveyjs.io/form-library/documentation/api-reference/ranking-question-model#selectToRankEnabled) is `true`.
*/
@property({ localizable: { defaultStr: "selectToRankEmptyUnrankedAreaText" } }) selectToRankEmptyUnrankedAreaText: string;

public get useFullItemSizeForShortcut(): boolean {
Expand Down

0 comments on commit 541d992

Please sign in to comment.