You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: