- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2024 06:17 AM
Use Case:
I have a string field with a max length of 200.
I want to display it as a normal string field and adjust automatically the height and width depending on the input.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2024 11:09 AM
According to the product documentation, "for 255 characters or less, the string field is a single-line text field. Anything 256 characters or over appears as a multi-line text box."
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2024 11:09 AM
According to the product documentation, "for 255 characters or less, the string field is a single-line text field. Anything 256 characters or over appears as a multi-line text box."
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2024 11:12 AM
@ican Where are you going to adjust the height on a backend form or on a widget in Service Portal. If it is a field on a widget in service portal than this could be achieved easily else if it is backend form then it is not possible to adjust the height dynamically based on the input.