Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocompletion for input elements #85

Open
wrangelvid opened this issue Jun 12, 2024 · 1 comment
Open

Autocompletion for input elements #85

wrangelvid opened this issue Jun 12, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@wrangelvid
Copy link
Contributor

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
Copy link
Contributor

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 bbohlender added the enhancement New feature or request label Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants