Skip to content

Commit

Permalink
Add a description
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanTsukanov committed May 15, 2024
1 parent bc6a35d commit 1458c39
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ export var settings = {
* A separator used in a shorthand notation that specifies a value and display text for an [`ItemValue`](https://surveyjs.io/form-library/documentation/api-reference/itemvalue) object: `"value|text"`.
*
* Default value: `"|"`
* @see [settings.choicesSeparator](https://surveyjs.io/form-library/documentation/api-reference/settings#choicesSeparator)
*/
itemValueSeparator: "|",
/**
Expand Down Expand Up @@ -573,6 +574,12 @@ export var settings = {
dontKnowItem: [3],
otherItem: [4]
},
/**
* One or several characters used to separate choice options in a list.
*
* Default value: `", "`
* @see [settings.itemValueSeparator](https://surveyjs.io/form-library/documentation/api-reference/settings#itemValueSeparator)
*/
choicesSeparator: ", ",
/**
* A list of supported validators by question type.
Expand Down

0 comments on commit 1458c39

Please sign in to comment.