ng2-ui / datetime-picker

Angular2 DateTime Picker
https://ng2-ui.github.io/#/datetime-picker
MIT License
121 stars 62 forks source link

Bug: [close-on-select]="false" does not work on mobiles properly #212

Open abizit opened 6 years ago

abizit commented 6 years ago

Im using the datetimepicker in my web app. Its a very simple implementation. Just added the component as

<input ngui-datetime-picker id="expiry" class="input-date-time" formControlName="ExpirationDate" [close-on-select]="false"/>

Works perfectly fine in desktop browsers. But on Mobile browsers, when i slide the hour slider it closes as soon as i stop sliding, same with minute.

Angular 4+ using Angular Cli