We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee552c commit b520425Copy full SHA for b520425
modules/@apostrophecms/form-select-field-widget/index.js
@@ -60,7 +60,7 @@ module.exports = {
60
req,
61
{
62
...widget,
63
- allowMultiple: widget.allowMultiple ?? true,
+ allowMultiple: widget.allowMultiple ?? false,
64
size: widget.size ?? 0
65
},
66
options,
0 commit comments