tenjin-ui-kit 0.2.164 → 0.2.165

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.
@@ -64,6 +64,7 @@ var ReactSelect = function ReactSelect(props) {
64
64
  color: isDisabled && "#000000"
65
65
  }
66
66
  },
67
+ filterSelectedOptions: true,
67
68
  disabled: isDisabled,
68
69
  multiple: isMulti,
69
70
  options: options
@@ -159,7 +160,8 @@ var ReactSelect = function ReactSelect(props) {
159
160
  }
160
161
  }, rest, {
161
162
  disabled: isDisabled,
162
- options: options
163
+ options: options,
164
+ filterSelectedOptions: true
163
165
  // disableCloseOnSelect
164
166
  ,
165
167
  getOptionLabel: function getOptionLabel(option) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tenjin-ui-kit",
3
- "version": "0.2.164",
3
+ "version": "0.2.165",
4
4
  "repository": {
5
5
  "url": "https://gitlab.com/yethi/react/tenjin-ui-kit.git"
6
6
  },