From 8327af90f7019600d31f0bf6cccff9d8c41450ac Mon Sep 17 00:00:00 2001 From: Jay Kid Date: Thu, 29 Jun 2017 16:49:08 +0200 Subject: [PATCH] doc: Point out in the readme that setValueByChoice can be supplied an array of strings as well. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 883c532..0341614 100644 --- a/README.md +++ b/README.md @@ -737,7 +737,7 @@ example.setValue(['Four','Five','Six']); ### setValueByChoice(value); **Input types affected:** `select-one`, `select-multiple` -**Usage:** Set value of input based on existing Choice. +**Usage:** Set value of input based on existing Choice. `value` can be either a single string or an array of strings **Example:**