@overmap-ai/forms 1.0.12-fix-form-problem.0 → 1.0.12-fix-form-problem.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/forms.js +1 -1
- package/dist/forms.js.map +1 -1
- package/dist/forms.umd.cjs +1 -1
- package/dist/forms.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/forms.js
CHANGED
|
@@ -2155,7 +2155,7 @@ const FieldActions = memo(function FieldActions2(props) {
|
|
|
2155
2155
|
DropdownItemMenu,
|
|
2156
2156
|
{
|
|
2157
2157
|
trigger: /* @__PURE__ */ jsx(IconButton, { variant: "ghost", "aria-label": "Actions menu", children: /* @__PURE__ */ jsx(DotsVerticalIcon, {}) }),
|
|
2158
|
-
closeOnSelect:
|
|
2158
|
+
closeOnSelect: true,
|
|
2159
2159
|
items: actions.map((Action) => {
|
|
2160
2160
|
var _a;
|
|
2161
2161
|
if (Action.disableOnMobile)
|