-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.setList not setting date input nor a number input #175
Comments
@MrJoshFisher I am facing a similar problem, did you find a solution? Edit: I am facing the exact same problem |
#112 For future developers who run into this problem. I did not set the type property on the input which caused the issue. |
No I didn't, I ended up using a different library entirely which was the basic jquery repeater library. |
Now I'm currently facing the same problem, is there already any solution for this? |
Afraid not I ended up using a different library |
Actually input type date and number is missing in the bundle file, so we can solve the issue by adding simple codes in 3 places.
|
i am using NPM so updating the source file is not preferable, I ended up using HTML:
JS:
|
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,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
The text was updated successfully, but these errors were encountered: