Issue with multiple datepicker instances
-
Hi there,
we have an issue with multiple datepicker instances on one page. This means we have basically the following HTML (of course there is more stuff around it on the real page):
<input type="text" name="15001.019.1600.16-date" class="datepicker" value="20/09/2018" placeholder="dd/mm/yyyy" data-default-val="20/09/2018" autocomplete="off" data-cip-id="cIPJQ342845640"> <input type="text" name="15001.100.1000.16-date" class="datepicker" value="31/08/2018" placeholder="dd/mm/yyyy" data-default-val="31/08/2018" autocomplete="off" data-cip-id="cIPJQ342845642">
As soon as I mouseover the first element, this changes to:
<input type="text" name="15001.019.1600.16-date" class="datepicker hasDatepicker" value="20/09/2018" placeholder="dd/mm/yyyy" data-default-val="20/09/2018" autocomplete="off" data-cip-id="cIPJQ342845640" id="dp1535552560317" readonly="readonly"> <input type="text" name="15001.100.1000.16-date" class="datepicker hasDatepicker" value="31/08/2018" placeholder="dd/mm/yyyy" data-default-val="31/08/2018" autocomplete="off" data-cip-id="cIPJQ342845642" id="dp1535552560318" readonly="readonly">
The weird thing is: Both input field show the first input’s value (although value and data-default-val is different) after this mouseover. Both show 20/09/2018.
As this page is still under construction, I can’t give you a link to it.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Issue with multiple datepicker instances’ is closed to new replies.