Skip to content

Commit

Permalink
docs(textbox): update debounce delay example
Browse files Browse the repository at this point in the history
  • Loading branch information
desmondinho committed Oct 31, 2024
1 parent 4b6d7bc commit ede409c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div class="w-full flex flex-col gap-2">
<LumexTextbox DebounceDelay="250"
Behavior="@InputBehavior.OnInput"
Type="@InputType.Search"
Label="Search"
Placeholder="Type to search..."
Clearable="@true"
Class="max-w-xs"
@bind-Value="@_value" />

Expand Down

0 comments on commit ede409c

Please sign in to comment.