alerta / angular-alerta-webui

Alerta Web UI 6.0 (DEPRECATED) - See latest version Web UI 7.0
https://github.com/alerta/alerta-webui
MIT License
69 stars 52 forks source link

Browser support for datetime-local input type is limited #176

Closed hasso closed 5 years ago

hasso commented 6 years ago

Browser support for <input type="datetime-local"> used in Alerta webui is quite limited – Firefox, Safari and IE don't support it in desktop browsers and it makes entering blackouts in these browsers quite annoying. From users perspective it would be better to use two separate inputs (date and time) or even better – bootstrap-datetimepicker.

satterly commented 5 years ago

In the next release of the web UI it will use a date-time picker from the Vuetify framework similar to the bootstrap datetime picker.

screenshot 2019-01-21 at 08 55 10

I'm closing this issue as this feature won't be back-ported.