@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.js CHANGED
@@ -8115,6 +8115,7 @@ class MoneyInput extends React.Component {
8115
8115
  children: /*#__PURE__*/jsxRuntime.jsx(SelectInput, {
8116
8116
  items: selectOptions,
8117
8117
  value: this.state.selectedOption,
8118
+ compareValues: "value",
8118
8119
  renderValue: (currency, withinTrigger) => {
8119
8120
  return /*#__PURE__*/jsxRuntime.jsx(SelectInputOptionContent, {
8120
8121
  title: currency.label,