How to disable scroll bar in multiline text field in service catalog.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2019 04:25 PM
How to disable scroll bar in multiline text field in service catalog?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2019 04:44 PM
Hi,
It's meant to behave the current way for multiple lines which can be present allowing users to scroll and visit the text. May I kno why yoou want to do this or what is the business requirement?
Regards,
Shloke
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2019 08:51 AM
Any update on this issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2019 08:59 AM
i have seen this happen if you script is made to run for both Onchange and Onload.
Stop Onload on that script.
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2019 09:08 AM
Hi,
The reason you see the scrollbar is because all the information doesn't fit into the field text area size. You can utilize the instructions on this page to have the field size auto-expand based on the information inside of it. Thus no longer requiring the field to have a scrollbar.
Hope this helps,
Matt