Skip to content

Commit 280cf76

Browse files
committed
Added ToolTip for SeachBar
1 parent 16040c9 commit 280cf76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinkDotNet.Blog.Web/Shared/SearchInput.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="search-bar">
22
<input type="text" class="search-bar-input" placeholder="search" aria-label="search" @bind-value="searchTerm"
3-
@onkeyup="@CheckForEnter"/>
3+
@onkeyup="@CheckForEnter" title="Search for blog post via title or tags"/>
44
<button class="search-bar-button" aria-label="search submit" @onclick="CallSearchEntered"><i class="fas fa-search"></i></button>
55
</div>
66

0 commit comments

Comments
 (0)