afialapis / reactstrap-date-picker

A Reactstrap based, zero dependencies, date picker
MIT License
12 stars 6 forks source link

Two datepickers with different IDs throw Found 2 elements with non-unique id #date-picker-control-1 #1

Closed igokul1973 closed 4 years ago

igokul1973 commented 4 years ago

Below see the image with the error - sorry, but have NO time to elaborate, other than to say that the ids I entered on each DatePicker are picked-up by the hidden input properly, but the visible ones are having the same #date-picker-control-1. The behaviour of the inputs is weird thereby...

image

afialapis commented 4 years ago

Just improved the id and class attributes of the rendered DOM elements. Also explained it on the readme. Thanks for reporting!