@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.
@@ -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,