You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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
clearsSearchText
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?The text was updated successfully, but these errors were encountered: