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

[Feature Request] Autocomplete Mode #232

Open
rybkov opened this issue Jun 13, 2021 · 1 comment
Open

[Feature Request] Autocomplete Mode #232

rybkov opened this issue Jun 13, 2021 · 1 comment
Labels
Feature Request Request to add a new feature Triage Issue needs to be triaged

Comments

@rybkov
Copy link

rybkov commented Jun 13, 2021

Is your feature request related to a problem? Please describe.
When user selected an item, they would like to slightly change it. In the current implementation method HandleClickOnMask clears SearchText

Describe the solution you'd like
When in Autocomplete mode, when user clicks on mask, SearchText is populated with "value". Issue is, how to determin the "value" and convert it into a text. Maybe can have another method for autocomplete mode that will pass selected value, that will return string for the search text?

@rybkov rybkov added Feature Request Request to add a new feature Triage Issue needs to be triaged labels Jun 13, 2021
@chrissainty
Copy link
Member

Thanks for your request @rybkov. I'm looking at a complete redesign of the Typeahead as I think the current design is not correct. I'm planning this out (slowly due to other commitments) right now. I'll take your request into consideration during this process.

@rybkov rybkov mentioned this issue Jul 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Request to add a new feature Triage Issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants