Closed chucker closed 2 months ago
The <LanguageSelection> component will say "No results found" if something isn't in the drop-down source. This can happen for two reasons:
<LanguageSelection>
If you've already selected the language, the UI should reflect that, as it's otherwise confusing.
I'm not sure this is easily possible. BlazoredTypeahead just invokes Search, then gives that message if that returns an empty enumerable.
BlazoredTypeahead
Search
Is your feature request related to a problem? Please describe.
The
<LanguageSelection>
component will say "No results found" if something isn't in the drop-down source. This can happen for two reasons:Describe the solution you'd like
If you've already selected the language, the UI should reflect that, as it's otherwise confusing.
Additional context
I'm not sure this is easily possible.
BlazoredTypeahead
just invokesSearch
, then gives that message if that returns an empty enumerable.