@transferwise/components 0.0.0-experimental-28ffb1b → 0.0.0-experimental-d7cbd0b
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/build/index.esm.js +1 -0
- package/build/index.esm.js.map +1 -1
- package/build/index.js +1 -0
- package/build/index.js.map +1 -1
- package/build/types/moneyInput/MoneyInput.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/moneyInput/MoneyInput.js +1 -0
- package/src/moneyInput/MoneyInput.less +0 -3
package/build/index.esm.js
CHANGED
|
@@ -8081,6 +8081,7 @@ class MoneyInput extends Component {
|
|
|
8081
8081
|
children: /*#__PURE__*/jsx(SelectInput, {
|
|
8082
8082
|
items: selectOptions,
|
|
8083
8083
|
value: this.state.selectedOption,
|
|
8084
|
+
compareValues: "value",
|
|
8084
8085
|
renderValue: (currency, withinTrigger) => {
|
|
8085
8086
|
return /*#__PURE__*/jsx(SelectInputOptionContent, {
|
|
8086
8087
|
title: currency.label,
|