Give us feedback
inputmask-react
Reactive icon

Input Mask React

Stable version 1.0.10 (Compatible with OutSystems 11)
Uploaded on 3 Feb by 
3.6
 (10 ratings)
inputmask-react

Input Mask React

5 star
3
0 Reviews |  3 Ratings
4 star
3
1 Review |  3 Ratings
3 star
2
1 Review |  2 Ratings
2 star
1
1 Review |  1 Rating
1 star
1
1 Review |  1 Rating
10
Ratings
3.6
4
Reviews
26 Jan
in version 1.0.9
Useful component.

However, there are a few issues:

1. It seems that the OptionalDisplayDecimalDigits input is actually hardcoded to always be True in the component itself.
2. When used in components it can sometimes cause the screen to crash because of JS inside the component that blocks the event log.
3. Depending on the use case, it can produce very bad rounding errors - completely inaccurate results which show to the user.
2022-09-12
in version 1.0.8
Infelizmente não funciona corretamente quando se trata de retornar o valor inteiro ao realizar a alteração de um registro.
Se o valor estiver registrado como 10, deveria mostrar 10,00 mas continua exibindo 10.

Formatação:
DecimalDigits = 2
PrefixText = "RS "
SuffixText = ""
DecimalSeparator = ","
AlwaysShowDecimalDigits = true
2022-05-18
in version 1.0.8
This forge component is bugged.
Deleting a field value using delete key does not delete the masked values.  Had to use backspace key to clear the mask buffer.