date-input-polyfill
date-input-polyfill copied to clipboard
Angular 2 or 4
Is working in Angular 2 or 4?
In Angular 4 when using modal dialog the date-picker is shown behind the dialog window
override the css something like this.
date-input-polyfill { z-index: 10000 !important; }
override the css something like this.
date-input-polyfill { z-index: 10000 !important; }
I tried that, it doesn't work