cevadtokatli / date-picker

JavaScript library for setting and choosing date and hour.
https://cevadtokatli.github.io/date-picker
MIT License
19 stars 7 forks source link

Does not work in two or more fields at the same time #4

Closed thiagomoskito closed 5 years ago

thiagomoskito commented 5 years ago

What could be causing the problem?

const picker = new WindowDatePicker({ el: '#picker', inputEl: 'input[datas]', inputToggle: true, destroy: true });

cevadtokatli commented 5 years ago

Each picker has only one input element.