@mcurros2/microm 1.1.231-0 → 1.1.237-0
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/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4643,9 +4643,7 @@ const $95e2e1bafd0c20d6$export$2c73285ae9390cec = /*#__PURE__*/ (0, $b4te3$react
|
|
|
4643
4643
|
label: label ?? column.prompt,
|
|
4644
4644
|
placeholder: placeholder ?? column.placeholder,
|
|
4645
4645
|
description: showDescription ? description ?? column.description : '',
|
|
4646
|
-
maw: maw ?? (column.length <= 20 ?
|
|
4647
|
-
maxWidth: '10rem'
|
|
4648
|
-
} : undefined),
|
|
4646
|
+
maw: maw ?? (column.length <= 20 ? '10rem' : undefined),
|
|
4649
4647
|
maxLength: maxLength ?? (column.length || undefined),
|
|
4650
4648
|
readOnly: entityForm.formMode === 'view' ? true : readOnly,
|
|
4651
4649
|
"data-autofocus": autoFocus,
|