Posts by Poliano Martini • 99 points
3 posts
-
1
votes1
answer38
viewsA: Default value with imaskjs
I managed to pass a function to the key "commit": var maskOptions = { mask: Number, scale: 2, thousandsSeparator: ".", padFractionalZeros: true, normalizeZeros: true, radix: ",", mapToRadix: ["."],…
-
0
votes1
answer38
viewsQ: Default value with imaskjs
I created a mask using imaskjs for monetary value in an HTML input: var element = document.getElementById("txtTeste"); var maskOptions = { mask: Number, scale: 2, thousandsSeparator: ".",…
-
8
votes3
answers1596
viewsQ: How to order records in the query according to another ordination?
I have a table with the following columns: id - id_manager - value - source - id_source When registering an "Account to Pay", insert in this table managerial breakdowns of the company. Assuming that…