Bug 261744
| Summary: | [macOS} datetime-local and time should use the NSDatePickers time elements | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Luke Warlow <lwarlow> |
| Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | akeerthi, cdumez, wenson_hsieh |
| Priority: | P2 | ||
| Version: | Safari 17 | ||
| Hardware: | Unspecified | ||
| OS: | macOS 13 | ||
Luke Warlow
On macOS input type="datetime-local" currently only displays UI for the date segment and for time you have to manually enter it (likewise for type="time"). Given that NSDatePickers graphical style has UI for both date and time elements that can be used independently it would be good if this could be wired up to datetime-local and time inputs.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Aditya Keerthi
This is an intentional design decision on macOS.