touchstudy-core 0.1.173 → 0.1.175

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.
@@ -6104,6 +6104,7 @@ var CustomSelect = function CustomSelect(_ref) {
6104
6104
  Option: CustomOption
6105
6105
  },
6106
6106
  styles: _extends({}, customStyles, styles),
6107
+ isMulti: isMulti,
6107
6108
  placeholder: t("select_placeholder")
6108
6109
  }, rest));
6109
6110
  };