sag_components 1.0.91 → 1.0.92

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.
@@ -54,6 +54,7 @@ var Dropdown = function Dropdown(_ref) {
54
54
  _ref$labelColor = _ref.labelColor,
55
55
  labelColor = _ref$labelColor === void 0 ? "#1B30AA" : _ref$labelColor,
56
56
  required = _ref.required,
57
+ ref = _ref.ref,
57
58
  defaultValue = _ref.defaultValue,
58
59
  _ref$allowedInput = _ref.allowedInput,
59
60
  allowedInput = _ref$allowedInput === void 0 ? "all" : _ref$allowedInput;
@@ -172,6 +173,7 @@ var Dropdown = function Dropdown(_ref) {
172
173
  onInputChange: function onInputChange(event, newInputValue) {
173
174
  onInputChangeHandler(event, newInputValue);
174
175
  },
176
+ ref: ref ? ref : null,
175
177
  disablePortal: true,
176
178
  defaultValue: getOptionByLabel(defaultValue),
177
179
  id: "combo-box",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.91",
3
+ "version": "1.0.92",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {