|
|
|
|
|
by com2kid
2433 days ago
|
|
Date and time pickers are harder. All the platforms have a native control, and all major browsers except Safari on MacOS expose it. That one omission means the control is basically unusable without some sort of polyfill, at which point you might as well just use the same JS implementation everywhere because why not. :/ The the drop down on select not being customizable is also famously irritating. |
|
e.g. There's no way (by design!) to override in CSS the browsers' date format detection - and the method differs by browser/OS combination. Some customers can't manage to configure it, so end up with the american format when they want the european format. Also more than a few native browser date controls are very underfeatured (e.g. current Edge).