Display characters left in string field on New form

Srinivas Balusu
Kilo Guru

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.

find_real_file.png

As i Type in something it should display '500 characters Remaining'

1 ACCEPTED SOLUTION

Brad Tilton
ServiceNow Employee
ServiceNow Employee

I think you'd have to write something pretty custom to make that happen. Unfortunately there's no property for it.


View solution in original post

3 REPLIES 3

Brad Tilton
ServiceNow Employee
ServiceNow Employee

I think you'd have to write something pretty custom to make that happen. Unfortunately there's no property for it.


Thanks Brad


jarodm
Mega Guru

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:


find_real_file.png



Docs article:Enable the text field character counter