We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca33f15 commit e35ef80Copy full SHA for e35ef80
1 file changed
assets/scripts/src/choices.js
@@ -710,7 +710,7 @@ class Choices {
710
/**
711
* Set value of input. If the input is a select box, a choice will be created and selected otherwise
712
* an item will created directly.
713
- * @param {Array/String} args Array of value objects or value strings/Single value string
+ * @param {Array} args Array of value objects or value strings
714
* @return {Object} Class instance
715
* @public
716
*/
0 commit comments