You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am having issue where I'm using 2 to 3 datepicker (not dateRangePicker) on the same page of my angular app. Upon clicking on the first input, the datepicker showed up, but the 2nd input onwards are not showing any datepicker pop up when clicking on the input. But when I inspect on the DOM, correct number of datepicker were generated; example I have 3 datepicker on that page, there are total of 3 datepicker elements being rendered on the DOM when inspect.
And the odd part is, even thou there are 3 datepicker elements on the DOM, clicking on the first input will activate all 3 of the datepickers at same time as well (the .active class is present on every datepicker).
Can you let me know how to fix this.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I am having issue where I'm using 2 to 3 datepicker (not dateRangePicker) on the same page of my angular app. Upon clicking on the first input, the datepicker showed up, but the 2nd input onwards are not showing any datepicker pop up when clicking on the input. But when I inspect on the DOM, correct number of datepicker were generated; example I have 3 datepicker on that page, there are total of 3 datepicker elements being rendered on the DOM when inspect.
And the odd part is, even thou there are 3 datepicker elements on the DOM, clicking on the first input will activate all 3 of the datepickers at same time as well (the .active class is present on every datepicker).
Can you let me know how to fix this.
Thanks!
The text was updated successfully, but these errors were encountered: