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.
package/dist/index.js CHANGED
@@ -6098,6 +6098,7 @@ var CustomSelect = function CustomSelect(_ref) {
6098
6098
  Option: CustomOption
6099
6099
  },
6100
6100
  styles: _extends({}, customStyles, styles),
6101
+ isMulti: isMulti,
6101
6102
  placeholder: t("select_placeholder")
6102
6103
  }, rest));
6103
6104
  };