javascript time picker, why==because input type time is not the same on every OS/Browser/device
and some time pickers i do not like
some os/browsers show 12 hour AM/PM for kindergarden kids, wich i cannot change from html/javascipt
https://jsfiddle.net/luberth/ow3zceyn/show/

Windows7 internet explorer does not work when coded like this
i do not understand the (function (test1) {
this code is from https://github.com/ShaneGH/analogue-time-picker/tree/master/dev

https://ldijkman.github.io/randomnerd_esp32_wifi_manager/www/TimePicker_test.html
https://github.com/ldijkman/randomnerd_esp32_wifi_manager/tree/main/docs/www

Click textfield to open timepicker


onChange should put it in next txt
time to seconds
time


think this works in windows7 internet explorer
but how to catch the input values now
the textfield does not trigger on the onChange="domycode()" event
https://github.com/ldijkman/randomnerd_esp32_wifi_manager/discussions/19

added readonly="readonly" to input type text analogue-time-picker.js prevent keyboard popup on android
added el.dispatchEvent(new Event('change')); to trigger fire onchange event on textfield analogue-time-picker.js
Damn, onChange is not suported by internet explorer

how to make this work on M$ explorer?

remote browser test == test it in windows 7 explorer == does not work
https://www.browserling.com/browse/win7/ie11/https://ldijkman.github.io/randomnerd_esp32_wifi_manager/www/Windows7_internet_explorer_TimePicker_test.html
https://github.com/ldijkman/randomnerd_esp32_wifi_manager/discussions/19

Soon Electra wil Power a Gazillion Devices ;-)