- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2016 06:00 PM
Hi,
I am just eager to check if there is a property / attribute that I can use to display the characters left in a string field. Something like below.
As i Type in something it should display '500 characters Remaining'
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2016 06:40 PM
I think you'd have to write something pretty custom to make that happen. Unfortunately there's no property for it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2016 06:40 PM
I think you'd have to write something pretty custom to make that happen. Unfortunately there's no property for it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2016 09:37 PM
Thanks Brad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2016 10:43 AM
In Helsinki, there is a system property (glide.ui.textarea.character_counter) that will enable it for text areas (not single line string fields)
My DEV instance (on Helsinki) after enabling:
Docs article:Enable the text field character counter