Skip to content

Commit

Permalink
update demo model
Browse files Browse the repository at this point in the history
  • Loading branch information
ben committed Dec 29, 2023
1 parent 46c0691 commit 6b41a2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class SearchBookViewModel
alternativeTextPropertyName: "userName",
hideSubText: false,
runScriptOnWindowLoad: true, // Please set to true if the item is not in a modal.
//minimumInputLength: 1, // The minimum number of characters required to start a search
minimumInputLength: 1, // The minimum number of characters required to start a search
delay: 500, // The delay time between the last key stroke and the request is sent to the server
enableCache: true // Enable cache to reduce the number of requests
)]
Expand Down

0 comments on commit 6b41a2f

Please sign in to comment.