character-count-reactive
Reactive icon

Character Count Reactive

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 29 July 2022 by 
5.0
 (1 rating)
character-count-reactive

Character Count Reactive

Documentation
1.0.1

The component exposes a public block, that can be used on Reactive applications.

It accepts the following input parameters:

  • nCharMax - Number of characeters allowed. Default is 255;
  • infoNumber - Boolean that allow to show <total characters alllowed> / <avaiable characters>, instead of the initial text.;
  • isInfoBottom - Information about characters bellow input. Default False;
  • isInfoRight- Information about characters align right. Dafault False;
  • extendedClass - Add custom style classes to this Block.


There is a placeholder called "Input" here the developer should add an input or textarea.