Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtelnov committed Mar 15, 2024
2 parents 70c6920 + 86f1b3f commit e51a631
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/question_dropdown.ts
Expand Up @@ -218,6 +218,13 @@ export class QuestionDropdownModel extends QuestionSelectBase {
*/
@property() searchMode: "contains" | "startsWith";

/**
* Specifies whether to wrap long texts in choice options onto a new line.
*
* Default value: `true`
*
* Disable this property if you want the texts to be truncated with ellipsis.
*/
@property() textWrapEnabled: boolean;
@property({ defaultValue: false }) inputHasValue: boolean;
@property({ defaultValue: "" }) readOnlyText: string;
Expand Down

0 comments on commit e51a631

Please sign in to comment.