Extending the Autocomplete for other use cases #1582
lasseitorp
started this conversation in
Ideas
Replies: 1 comment
-
|
There is also a search input Unfortunately it doesn't supports autocomplete or the ability to search inside documents😢 It currently only adds a clear button to clear the search input. I did a request for a more advanced one |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The Autocomplete input works great as its label suggests - an autocomplete. However, we see other use cases. A previous discussion (#1423) called for it to accept arbitrary inputs, and in the case I looked at, it needed a submit button in the field that could be tab-navigated to for full accessibility support.
Could these be options for the Autocomplete, or should it be a new FormKit input by itself?
A good working example is Google's search field (https://www.google.com/).
Beta Was this translation helpful? Give feedback.
All reactions