Blazored / Typeahead

Typeahead control for Blazor applications
https://blazored.github.io/Typeahead/
MIT License
433 stars 103 forks source link

[Question] Is there a way around the text box being cleared on click? #259

Open hannunkoneistus opened 2 years ago

hannunkoneistus commented 2 years ago

Hello, Text being cleared when the text box gains focus is the only thing that makes this control not suitable for my use. Is there a simple solution or a quick javascript hack for this?

Thank you.

nbiada commented 2 years ago

Hi, I've tried to modify via a fork some methods and it works, but is not a good solution (only for single select). Take a look to my fork: https://github.com/nbiada/Typeahead A good implementation, that is a fork from Blazored, is Loresoft Typeahead: https://blazor.loresoft.com/typeahead/index