Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

feat(TextField): support css white-space and text-overflow #10737

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
Loading
from

Conversation

NathanWalker
Copy link
Contributor

@NathanWalker NathanWalker commented May 7, 2025

PR Checklist

What is the current behavior?

Using text-overflow or white-space with TextField had no effect on the appearance of the text input.

What is the new behavior?

Users can now use:

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

Or the tailwind equivalent truncate utility to properly add ending ellipsis to a long input field.

Copy link

nx-cloud bot commented May 7, 2025

View your CI Pipeline Execution ↗ for commit 8522566.

Command Status Duration Result
nx test apps-automated -c=ios ✅ Succeeded 3m 22s View ↗
nx run-many --target=test --configuration=ci --... ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2025-05-07 20:49:26 UTC

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.

1 participant
Morty Proxy This is a proxified and sanitized view of the page, visit original site.