glide.ui.textarea.character_counter
ServiceNow property description:
Character counter for textarea (journal and multi line text fields). When set to true, the character counter will appear under the textarea, which instructs user the number of characters left. Once the limit is reached, user should reduce the amount of text to ensure that the entire text will be saved.
Attributes
- Sys ID: 76d88821ef213000e7ec732fa6c0fb11
- Type: true | false
- Application: Global
- Default value: false

AI generated property description:
The ServiceNow property `glide.ui.textarea.character_counter` enables a character counter for textarea fields, including journal and multi-line text fields. When this property is set to true, a character counter appears beneath the textarea, informing users of the number of characters remaining. This feature helps users manage their input to ensure it does not exceed the field's character limit. If the character limit is reached, users are prompted to reduce the text to ensure it can be saved properly. This property enhances user experience by providing real-time feedback on text length. For more details, refer to the [ServiceNow documentation](https://docs.servicenow.com/bundle/washingtondc-platform-administration/page/administer/reference-pages/task/t_TextFieldCharacterCounter.html).
Source