sag_components 1.0.391 → 1.0.392

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.
@@ -164,7 +164,7 @@ var DropdownMulti = exports.DropdownMulti = function DropdownMulti(_ref) {
164
164
  setSelectedOptionsState(newSelectedOptions);
165
165
  onChange({
166
166
  syntheticBaseEvent: event,
167
- newSelectedOptions: newSelectedOptions
167
+ newValue: newSelectedOptions
168
168
  });
169
169
  };
170
170
  var isInputAllowed = function isInputAllowed(inputChar) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.391",
3
+ "version": "1.0.392",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {