tabler-react-2 0.1.100 → 0.1.101

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.
@@ -158,7 +158,7 @@ var Input = exports.Input = function Input(_ref) {
158
158
  return /*#__PURE__*/_react["default"].createElement("option", {
159
159
  key: index,
160
160
  value: item
161
- });
161
+ }, item);
162
162
  }))), hint && /*#__PURE__*/_react["default"].createElement("div", {
163
163
  className: "form-hint"
164
164
  }, hint));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabler-react-2",
3
- "version": "0.1.100",
3
+ "version": "0.1.101",
4
4
  "description": "A react implementation of Tabler ui",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {