Hello all,,
I'm having an issue with the setList function whereby its not setting the values for a number field nor a date field,
<input type="number" name="pet_treat" value="" class="form-control" />
<input type="date" name="pet_birthday" value="" class="form-control" />
setList(
[
{
"pet_treat": "2",
"pet_birthday": "18-05-2020",
}
]
)
end up getting the error:
jquery.min.js?ver=3.6.1:2 Uncaught TypeError: Cannot read properties of undefined (reading 'set')
it works if I change the inputs to type text, select or checkbox which work fine, just for some reason date and number fields cause the error
Any advice?
Cheer
Hello all,,
I'm having an issue with the
setListfunction whereby its not setting the values for a number field nor a date field,end up getting the error:
jquery.min.js?ver=3.6.1:2 Uncaught TypeError: Cannot read properties of undefined (reading 'set')it works if I change the inputs to type text, select or checkbox which work fine, just for some reason date and number fields cause the error
Any advice?
Cheer