@transferwise/components 46.0.1 → 46.0.2

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.
@@ -8075,7 +8075,7 @@ class MoneyInput extends Component {
8075
8075
  compareValues: "currency",
8076
8076
  renderValue: (currency, withinTrigger) => {
8077
8077
  return /*#__PURE__*/jsx(SelectInputOptionContent, {
8078
- title: currency.label,
8078
+ title: withinTrigger ? currency.currency.toUpperCase() : currency.label,
8079
8079
  note: withinTrigger ? undefined : currency.note,
8080
8080
  icon: /*#__PURE__*/jsx(Flag, {
8081
8081
  code: currency.currency,