Use index instead of id
Opened this issue · 0 comments
danseok commented
// if (elInput.attr('id') == elSelect.attr('id')) {
if (index == inputs.index(elSelect)) {
Opened this issue · 0 comments
// if (elInput.attr('id') == elSelect.attr('id')) {
if (index == inputs.index(elSelect)) {