forstok-ui-lib 5.6.9 → 5.6.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forstok-ui-lib",
3
- "version": "5.6.9",
3
+ "version": "5.6.10",
4
4
  "description": "Forstok UI Components Library",
5
5
  "path": "dist",
6
6
  "main": "dist/index.js",
@@ -280,6 +280,8 @@ const SelectComponent = ({ type, isError=false, mode, customOption, customLabel,
280
280
  } as CSSObjectWithLabel),
281
281
  }
282
282
 
283
+ console.log(customOption, "customOption")
284
+
283
285
  let SelectEl = isCreateable ?
284
286
  <CreatableSelect
285
287
  options={options}