DubFriend / jquery.repeater

Create a repeatable group of input elements
MIT License
388 stars 191 forks source link

HTML5 Support #43

Open hetro opened 7 years ago

hetro commented 7 years ago

.repeaterVal() doesn't get HTML5 elements like <input type="number" />

DubFriend commented 7 years ago

Yea unfortunately there are a few omissions here, one day if I have the time maybe I can get around to adding it. PR's are also welcome, (it would be an additional type added to the file src/jquery.input.js

wolfika commented 6 years ago

Hi @DubFriend, if you have the time, please review the PR related to this issue. It would be great to see this feature included in the project. Thanks!