Input type number validation not working
Input type number validation not working
auto_reports
Posts: 14Questions: 5Answers: 0
Hi, I have a dataTable with input field of type number. It should only allow values greater than 0 , however the validation isn't happening and the data gets submitted even with negative numbers. How can I make validation to work on the dataTable?
Here is the link to the fiddle : https://jsfiddle.net/s3hLdjv9/2/
Answers
Datatables doesn't control the
input
it only displays it. See if this SO thread helps.Kevin
thanks Kevin!