Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(DEV-14020): Custom currency dropdown renderer #594

Merged
merged 4 commits into from
Feb 27, 2025

Conversation

costa-monite
Copy link
Collaborator

@costa-monite costa-monite commented Feb 21, 2025

Improved Currency Display:
– When a currency name is too long to fit in the input field, it's now properly truncated with an ellipsis (...) instead of being cut off
– The currency symbol (e.g., $, €, £) remains visible at all times, even when the currency name is truncated
For example, "United States Dollar" might show as "United States Dol... $"

Tooltip:
– When hovering over a truncated currency name, a tooltip appears showing the full currency name and its symbol
Eg, hovering over "United States Dol...$" will show "United States Dollar, $"
This helps users see the complete currency name without needing to make the input field wider

@marcperezmonite marcperezmonite added the pullpreview Generate a live preview for this pull request label Feb 23, 2025
@marcperezmonite
Copy link
Collaborator

@costa-monite Patch changesets please 🙏

Copy link
Contributor

github-actions bot commented Feb 23, 2025

🚀 Preview URLs are now available! 🚀

Copy link

changeset-bot bot commented Feb 27, 2025

🦋 Changeset detected

Latest commit: 09c455b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@monite/sdk-react Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@marcperezmonite marcperezmonite merged commit 355b1b8 into main Feb 27, 2025
14 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pullpreview Generate a live preview for this pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants