@apexcura/ui-components 0.0.7-Beta8 → 0.0.7-Beta9

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