pmndrs / uikit

🎨 user interfaces for react-three-fiber
https://pmndrs.github.io/uikit/docs/
Other
2.67k stars 138 forks source link

Autocompletion for input elements #85

Open wrangelvid opened 4 months ago

wrangelvid commented 4 months ago

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.

bbohlender commented 4 months ago

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.