Skip to content

Commit bfa19a0

Browse files
Simplify changelog message
1 parent 67745ee commit bfa19a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.changeset/autocomplete-instant-local-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'@shopify/cli-kit': patch
33
---
44

5-
Make the autocomplete prompt feel instant when filtering against in-memory choices. The 400ms throttle on the search callback was designed for remote/paginated backends, but it also gated the default in-memory filter used by callers that don't supply their own `search` (e.g. the theme selector), producing a noticeable lag while typing. The prompt now exposes a `searchDebounceMs` prop, and `renderAutocompletePrompt` sets it to `0` when it injects its own synchronous filter. Custom remote-search consumers keep the existing 400ms throttle unless they opt out.
5+
Make the autocomplete prompt feel instant when filtering against in-memory choices.

0 commit comments

Comments
 (0)