Question
7
Replies
2621
Views
Allianz SE
Posted: March 21, 2016
Last activity: September 19, 2016
Closed
Solved
To show Characters remaining in text box
I am having a requirement where to show the number of remaining characters in a text box.
Suppose maximum size of text box is 100 characters, while typing each character it needs to show number of remaining characters.
(like: 98 characters remaining). How to do it in pega?
I have no clue on how to do this ony with OOTB controls.
You will probably need to create your own Text Input control with the correct JS event to refresh your counter.
Damien