@justfixnyc/component-library 0.53.1 → 0.53.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.
- package/dist/src/index.es.js +3 -2
- package/dist/src/index.js +3 -2
- package/package.json +1 -1
package/dist/src/index.es.js
CHANGED
|
@@ -413,11 +413,12 @@ const Dropdown = _ref => {
|
|
|
413
413
|
helperText: helperText,
|
|
414
414
|
invalid: invalid,
|
|
415
415
|
invalidText: invalidText
|
|
416
|
-
}), /*#__PURE__*/React.createElement(Select, _extends({
|
|
416
|
+
}), /*#__PURE__*/React.createElement(Select, _extends({
|
|
417
|
+
placeholder: null
|
|
418
|
+
}, props, {
|
|
417
419
|
instanceId: instanceId,
|
|
418
420
|
className: dropdownClassNames,
|
|
419
421
|
classNamePrefix: "jfcl-dropdown",
|
|
420
|
-
placeholder: null,
|
|
421
422
|
isDisabled: disabled,
|
|
422
423
|
options: options
|
|
423
424
|
}, hasOnChange && {
|
package/dist/src/index.js
CHANGED
|
@@ -424,11 +424,12 @@ const Dropdown = _ref => {
|
|
|
424
424
|
helperText: helperText,
|
|
425
425
|
invalid: invalid,
|
|
426
426
|
invalidText: invalidText
|
|
427
|
-
}), /*#__PURE__*/React__default["default"].createElement(Select__default["default"], _extends__default["default"]({
|
|
427
|
+
}), /*#__PURE__*/React__default["default"].createElement(Select__default["default"], _extends__default["default"]({
|
|
428
|
+
placeholder: null
|
|
429
|
+
}, props, {
|
|
428
430
|
instanceId: instanceId,
|
|
429
431
|
className: dropdownClassNames,
|
|
430
432
|
classNamePrefix: "jfcl-dropdown",
|
|
431
|
-
placeholder: null,
|
|
432
433
|
isDisabled: disabled,
|
|
433
434
|
options: options
|
|
434
435
|
}, hasOnChange && {
|