@apexcura/ui-components 0.0.7-Beta9 → 0.0.8-Beta0

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