@lemonadejs/dropdown 3.1.7 → 3.1.8

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -419,7 +419,7 @@ if (!Modal && typeof (require) === 'function') {
419
419
 
420
420
  // Component onchange
421
421
  if (typeof(onchange) === 'function') {
422
- onchange(self, value);
422
+ onchange.call(self, self, getValue());
423
423
  }
424
424
  }
425
425
 
package/package.json CHANGED
@@ -19,5 +19,5 @@
19
19
  },
20
20
  "main": "dist/index.js",
21
21
  "types": "dist/index.d.ts",
22
- "version": "3.1.7"
22
+ "version": "3.1.8"
23
23
  }