uikit icon indicating copy to clipboard operation
uikit copied to clipboard

Autocompletion for input elements

Open wrangelvid opened this issue 1 year ago • 1 comments

The typing speed with XR computing devices is fairly low. The Apple Vision Pro does support autofill in the browser and I think it would be nice to support the same for the Input component via the autocomplete tags. Although, I have to admit that I don't quite know what html shenanigans we have to go through to make the browser recognize the input component as an actual input that can be auto filled.

wrangelvid avatar Jun 12 '24 15:06 wrangelvid

Most likely not possible due to security issues.

If the application knows a set of possible reasonable answers, a Autocomplete Input on the kit level (via a dropdown) would make sense to improve UX & speed.

bbohlender avatar Jun 13 '24 06:06 bbohlender

Done in https://github.com/pmndrs/uikit/commit/cee0dbc103aaec4bc5c257b47b0cbd7fc82be5b4

wrangelvid avatar May 06 '25 01:05 wrangelvid