date-input-polyfill icon indicating copy to clipboard operation
date-input-polyfill copied to clipboard

Angular 2 or 4

Open tejadong opened this issue 7 years ago • 3 comments

Is working in Angular 2 or 4?

tejadong avatar Jun 10 '17 10:06 tejadong

In Angular 4 when using modal dialog the date-picker is shown behind the dialog window screenshot from 2017-06-21 16-28-53

mksmtn avatar Jun 21 '17 12:06 mksmtn

override the css something like this.

date-input-polyfill { z-index: 10000 !important; }

abparasar avatar Aug 02 '18 07:08 abparasar

override the css something like this.

date-input-polyfill { z-index: 10000 !important; }

I tried that, it doesn't work

varosengineer avatar May 07 '20 11:05 varosengineer