We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2edd4d9 commit 36002d9Copy full SHA for 36002d9
src/lib/components/ui/SearchAutocomplete.svelte
@@ -82,7 +82,6 @@
82
(on_govuk_blue || homepage) &&
83
"gem-c-search-with-autocomplete--on-govuk-blue", // Apply blue style if either is true
84
// TODO: Replicate margin logic from Ruby template if needed using govuk utility classes
85
- // Example: margin_bottom prop handling could go here
86
outerClasses,
87
),
88
);
@@ -107,7 +106,7 @@
107
106
return `Enter ${min} or more characters for suggestions`;
108
}
109
110
- // --- Lifecycle & Autocomplete Initialization ---
+ // --- Lifecycle & Autocomplete Initialisation ---
111
onMount(async () => {
112
// console.log("SearchAutocomplete: onMount started.");
113
0 commit comments