ultralight-ux / Ultralight

Lightweight, high-performance HTML renderer for game and app developers.
https://ultralig.ht
4.66k stars 195 forks source link

Input tag with type "date" not working #496

Open Essiga opened 9 months ago

Essiga commented 9 months ago

Is the following not supported in ultralight:

<input type="date" id="date-picker" name="trip-start" min="1900-01-01" />

The input box is displayed, however there's no way to properly pick a date. Is there any way to accomplish this? If it's not supported which other features are missing in Ultralight is there a comprehensive list somewhere?