Posts by Desenvolvimento DWM Tecnologia • 3 points
3 posts
-
-1
votes1
answer782
viewsQ: How to make v-money recognize zeros after the comma
I’m using v-money for prices, if in the database there is no 0 at the end as for example: 10.99, when searching the value and playing in the input, the value appears normally. Now if in the database…
-
0
votes2
answers150
viewsQ: Add Objects within a Javascript Array
I need to get this result here: [ { alu_id: 10, alu_nome: 'Edson Santana dos Santos', notas: { dis_id: 1, dis_nome: 'Português', nota: 25 } }, { alu_id: 11, alu_nome: 'Larissa Manoela da Silva',…
-
0
votes1
answer78
viewsQ: input.Select2 does not let you select the record
In the <select> the records coming from the database are listed, but when clicking on the record, it is not selected. function searchClasseDisciplina() { const input =…