bootstrap icon indicating copy to clipboard operation
bootstrap copied to clipboard

Datepicker visual bug when using ng-repeat

Open oliver-happe opened this issue 8 years ago • 2 comments

Bug description:

Having multiple datepicker-components in one page causes the active value to jump between the different instances. This does not happen immediately on click but with a delay of one choice in another datepicker when using more than two datepicker. Only one element in one datepicker stays active although the correct values of all datepickers are saved within the scope.

Plunker:

http://plnkr.co/edit/wbqsauMzYBwcVMQP5LNQ?p=preview

Version of Angular, UIBS, and Bootstrap

Angular: 1.5.8

UIBS: 2.4.0

Bootstrap: 3.3.6

oliver-happe avatar Jan 10 '17 16:01 oliver-happe

no response at all? i think this is a big issue :(

TilmannBach avatar Jul 25 '17 09:07 TilmannBach

Anything on this?

The only thing that seems to have saved me from this issue is that I have my datepickers in dropdowns so I could put an ng-if on the datepicker and set it to my isOpen variable. I don't like altering the dom each time it's opened but it works so far.

adamjhickey avatar Mar 10 '18 21:03 adamjhickey