@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.
@@ -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({}, props, {
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"]({}, props, {
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 && {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@justfixnyc/component-library",
3
3
  "description": "JustFix Component Library",
4
4
  "license": "MIT",
5
- "version": "0.53.1",
5
+ "version": "0.53.2",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.es.js",
8
8
  "files": [