Skip to content

Fix issue with missing ellipsis #3682

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

Merged
merged 2 commits into from
Apr 10, 2025
Merged

Fix issue with missing ellipsis #3682

merged 2 commits into from
Apr 10, 2025

Conversation

ethanshar
Copy link
Collaborator

@ethanshar ethanshar commented Apr 9, 2025

Description

It seems like setting left alignment for the textfield input cause issue with displaying ellipsis
changing it to undefined (basically the default behavior) fix it
This fix the issue only iOS, on Android the issue remains

Changelog

Fix missing ellipsis when text is overflowing in TextField

Additional info

https://wix.slack.com/archives/C3B1EMVF0/p1744121944667609

Copy link
Collaborator

@nitzanyiz nitzanyiz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it even an issue on android? With long text it shows the end of it

@nitzanyiz nitzanyiz assigned ethanshar and unassigned nitzanyiz Apr 9, 2025
@ethanshar ethanshar merged commit 6c633a4 into master Apr 10, 2025
1 check passed
@ethanshar ethanshar deleted the fix/textfield_ellipsis branch April 10, 2025 07:15
@ethanshar
Copy link
Collaborator Author

Is it even an issue on android? With long text it shows the end of it

You are right, it's not an issue on Android

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants