pcm-shared-components 0.0.174 → 0.0.175

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.
@@ -169,7 +169,9 @@ export const CurrencyTextInput = props => {
169
169
  fullWidth: fullWidth,
170
170
  label: label,
171
171
  value: handleCurrencyFormatting(value),
172
- onChange: handleOnChange,
172
+ onChange: event => {
173
+ handleOnChange(event);
174
+ },
173
175
  inputProps: {
174
176
  autoComplete: "new-password",
175
177
  style: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "0.0.174",
3
+ "version": "0.0.175",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {