diginet-core-ui 1.4.38-beta.1 → 1.4.38-beta.2
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.
|
@@ -1087,12 +1087,14 @@ const Dropdown = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference)
|
|
|
1087
1087
|
css: _DropdownInputCSS,
|
|
1088
1088
|
onClick: onClickInput
|
|
1089
1089
|
}, jsx(Typography, {
|
|
1090
|
+
...inputProps,
|
|
1090
1091
|
ref: inputRef,
|
|
1091
1092
|
hoverTooltip: true,
|
|
1092
1093
|
lineClamp: multilineSelectedItem ? undefined : 1,
|
|
1093
1094
|
type: 'p1',
|
|
1094
1095
|
style: {
|
|
1095
|
-
lineHeight: multiple ? '30px' : '24px'
|
|
1096
|
+
lineHeight: multiple ? '30px' : '24px',
|
|
1097
|
+
...inputStyle
|
|
1096
1098
|
},
|
|
1097
1099
|
tabIndex: -1
|
|
1098
1100
|
}, valueSingle))), jsx("div", {
|