feat(Navigation) Added a search button for desktop users

This commit is contained in:
2022-04-16 14:49:51 -04:00
parent 5d5a0bde59
commit b9e3633d1c
26 changed files with 578 additions and 61 deletions
+2
View File
@@ -12,6 +12,7 @@
type="text"
value="@Value"
id="@labelId"
@oninput="OnChange"
@onchange="OnChange"/>
</div>
@if (Info != "")
@@ -61,6 +62,7 @@
[Parameter]
public EventCallback<ChangeEventArgs> OnChange { get; set; }
[Parameter]
public bool ReadOnly { get; set; }