We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a56f01c commit 34f0f33Copy full SHA for 34f0f33
1 file changed
apps/multi-state/index.js
@@ -76,7 +76,7 @@ function change(evt) {
76
case TRI: arr = ["Space", val]; break;
77
case BTN: arr = Array.from(tar.selectedOptions).map(v => v.value);
78
}
79
- elm[prop] = JSON.stringify(arr);
+ elm[prop] = arr;
80
81
else {
82
elm[prop] = val;
0 commit comments