Skip to content

Commit

Permalink
default value is false for select multiple
Browse files Browse the repository at this point in the history
  • Loading branch information
haroun committed Oct 30, 2023
1 parent 5ee552c commit b520425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/@apostrophecms/form-select-field-widget/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = {
req,
{
...widget,
allowMultiple: widget.allowMultiple ?? true,
allowMultiple: widget.allowMultiple ?? false,
size: widget.size ?? 0
},
options,
Expand Down

0 comments on commit b520425

Please sign in to comment.