By default text in textarea field is wrapped.
I heed to make it unwrapped and show horizontal scrollbar.
How i can do this?
By default text in textarea field is wrapped.
I heed to make it unwrapped and show horizontal scrollbar.
How i can do this?
Hi,
You can give below styles to your textarea -
white-space: nowrap;