Feature Request: Input Field with Suggestions and Custom String Support #129
Closed
pawanbhayde
started this conversation in
Suggestions
Replies: 0 comments
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.
-
I would like to request a feature where an input field displays a list of suggestions as the user types, while also allowing the user to input and accept new strings that are not in the suggestion list.
Key Requirements:
Autocomplete Suggestions:
Show a dropdown of suggestions based on the user's input.
Support both static and dynamic data sources for suggestions.
Custom String Input:
Allow users to add a new string even if it doesn’t match the suggestions.
UX Considerations:
Highlight matches in the suggestion list for better visibility.
Optionally tag or style custom inputs differently to distinguish them from suggestions.
Implementation Flexibility:
Integrate easily with frameworks (e.g., React, Vue, etc.) and APIs for fetching suggestions.
Use Cases:
Adding tags to a blog post where users can select from existing tags or create new ones.
Search bars that suggest existing results but allow custom searches.
Forms that require flexible input fields.
Beta Was this translation helpful? Give feedback.
All reactions