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

Horizontal scrollbar in textarea #3865

Open
nicolasr75 opened this issue Dec 29, 2022 · 0 comments
Open

Horizontal scrollbar in textarea #3865

nicolasr75 opened this issue Dec 29, 2022 · 0 comments

Comments

@nicolasr75
Copy link

nicolasr75 commented Dec 29, 2022

Is it possible to show a horizontal scrollbar in a textarea? I'm still working with v2, so that would be <mwc-textarea>.

Setting white-space: pre on the mwc-textarea does not do anything (setting it on the inner textarea with browser tools avoids the line wrapping). overflow-x: auto does not show anything, overflow-x: scroll shows an inactive scrollbar.

My use case is this:
I have a large textarea where users are allowed to copy CSV data into. For CSV data you don't want the lines to wrap!

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

No branches or pull requests

1 participant