sag_components 1.0.382 → 1.0.383
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.
|
@@ -236,9 +236,8 @@ var DropdownMulti = exports.DropdownMulti = function DropdownMulti(_ref) {
|
|
|
236
236
|
/*#__PURE__*/
|
|
237
237
|
//showSearchIcon &&
|
|
238
238
|
_react.default.createElement(_TextField.default, Object.assign({}, params, {
|
|
239
|
-
variant: "outlined"
|
|
240
|
-
|
|
241
|
-
,
|
|
239
|
+
variant: "outlined",
|
|
240
|
+
label: text,
|
|
242
241
|
size: size,
|
|
243
242
|
sx: getTextFieldStyleMulti(),
|
|
244
243
|
placeholder: placeHolder,
|