Skip to content

Commit b520425

Browse files
committed
default value is false for select multiple
1 parent 5ee552c commit b520425

File tree

1 file changed

+1
-1
lines changed
  • modules/@apostrophecms/form-select-field-widget

1 file changed

+1
-1
lines changed

modules/@apostrophecms/form-select-field-widget/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module.exports = {
6060
req,
6161
{
6262
...widget,
63-
allowMultiple: widget.allowMultiple ?? true,
63+
allowMultiple: widget.allowMultiple ?? false,
6464
size: widget.size ?? 0
6565
},
6666
options,

0 commit comments

Comments
 (0)