diginet-core-ui 1.4.45-beta.3 → 1.4.45-beta.4
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.
|
@@ -1209,7 +1209,6 @@ const Dropdown = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference)
|
|
|
1209
1209
|
}, multiple && valueMulti !== null && valueMulti !== void 0 && valueMulti.length ? jsx("div", {
|
|
1210
1210
|
...inputProps,
|
|
1211
1211
|
style: {
|
|
1212
|
-
width: 'fit-content',
|
|
1213
1212
|
...inputStyle
|
|
1214
1213
|
},
|
|
1215
1214
|
ref: inputRef,
|
|
@@ -1231,7 +1230,6 @@ const Dropdown = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference)
|
|
|
1231
1230
|
}, renderOverflowPopover(valueMultiOverflow))) : typeof renderSelectedItem === 'function' || iconExpr && iconExpr !== 'none' ? jsx("div", {
|
|
1232
1231
|
...inputProps,
|
|
1233
1232
|
style: {
|
|
1234
|
-
width: 'fit-content',
|
|
1235
1233
|
...inputStyle
|
|
1236
1234
|
},
|
|
1237
1235
|
ref: inputRef,
|