Skip to content

Commit

Permalink
Merge pull request #139 from GenieFramework/hh-megamerge
Browse files Browse the repository at this point in the history
compats fo hh-megamerge, increase search debounce
  • Loading branch information
hhaensel authored Jan 2, 2025
2 parents 77a51d0 + 5a6008c commit 72b0afb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "StippleUI"
uuid = "a3c5d34a-b254-4859-a8fa-b86abb7e84a3"
authors = ["Adrian Salceanu <[email protected]>"]
version = "0.24.4"
version = "0.25"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Expand All @@ -22,10 +22,10 @@ StippleUIDataFramesExt = "DataFrames"
Colors = "0.12, 0.13"
DataFrames = "1"
Dates = "1.6"
Genie = "5.25.0"
Genie = "5.32"
OrderedCollections = "1"
PrecompileTools = "1"
Stipple = "0.30"
Stipple = "0.31"
Tables = "1"
julia = "1.6"

Expand Down
2 changes: 1 addition & 1 deletion src/Tables.jl
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ function table( fieldname::Symbol,
if filter !== nothing && paginationsync !== nothing # by convention, assume paginationsync is used only for server side filtering
filter_input = [ParsedHTMLString("""
<template v-slot:top-right>
<q-input dense debounce="300" v-model="$filter" placeholder="Search">
<q-input dense debounce="1000" v-model="$filter" placeholder="Search">
<template v-slot:append>
<q-icon name="search" />
</template>
Expand Down

0 comments on commit 72b0afb

Please sign in to comment.