Posts by Paulo Henrique Foxer • 1 point
2 posts
-
-1
votes2
answers476
viewsA: Read csv file that has header and column with commas
The text of your header should contain quotes so that it works with the comma, but the recommended is that the header is not a text but a word.
-
-5
votes2
answers744
viewsA: Take the value of a field
Use Id instead of class to capture input value var calabresaQtd = Document.getElementById("quantity_calabresa"); example: https://js-dwsfbn.stackblitz.io…