Skip to content

Commit

Permalink
feat(blazorui): add missing public apis for input element to BitSearc…
Browse files Browse the repository at this point in the history
…hBox #6391 (#6393)
  • Loading branch information
msynk authored Dec 25, 2023
1 parent a1cb638 commit 9e76ff0
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -189,6 +189,14 @@ public bool ShowSearchButton
}
}



public ElementReference InputReference => _inputRef;

public ValueTask FocusInput() => _inputRef.FocusAsync();



protected override string RootElementClass => "bit-srb";

protected override void RegisterCssClasses()

0 comments on commit 9e76ff0

Please sign in to comment.