Skip to content

Commit

Permalink
Update Typeahead.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Aug 13, 2024
1 parent 36cb3d1 commit dee89e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LoreSoft.Blazor.Controls/Typeahead/Typeahead.razor
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
foreach (var value in Values)
{
<div class="typeahead-multi-value">
<div @key="value" class="typeahead-multi-value">
<div class="typeahead-multi-value-label">
@SelectedTemplate(value)
</div>
Expand Down

0 comments on commit dee89e3

Please sign in to comment.