@insticc/genericform 1.0.4 → 1.0.5

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.
@@ -15,6 +15,7 @@ var CustomDropdown = function CustomDropdown(_ref) {
15
15
  //TODO: HANDLE THIS FIELD TYPE
16
16
  _react["default"].createElement("div", {
17
17
  key: field.name,
18
+ id: field.name,
18
19
  className: "dropdownDiv",
19
20
  style: field.style ? field.style : {
20
21
  display: 'flex',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insticc/genericform",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "a generic form with various types of fields",
5
5
  "main": "build/index.js",
6
6
  "scripts": {