@apexcura/ui-components 0.0.8-Beta0 → 0.0.8-Beta1

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
@@ -314,7 +314,7 @@ var SingleSelectElement = (props) => {
314
314
  onSearch,
315
315
  filterOption,
316
316
  onFocus: props.onFocusHandler,
317
- options: props.options
317
+ options: props.options.map((eachOption) => eachOption.title)
318
318
  }
319
319
  );
320
320
  };
package/dist/index.mjs CHANGED
@@ -268,7 +268,7 @@ var SingleSelectElement = (props) => {
268
268
  onSearch,
269
269
  filterOption,
270
270
  onFocus: props.onFocusHandler,
271
- options: props.options
271
+ options: props.options.map((eachOption) => eachOption.title)
272
272
  }
273
273
  );
274
274
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.8-Beta0",
3
+ "version": "0.0.8-Beta1",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",