feat: Improve new shopping list UI (#7600)

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Michael Genson
2026-05-10 13:15:20 -05:00
committed by GitHub
parent a242aea9f2
commit 9fd3fbca8b
6 changed files with 77 additions and 33 deletions

View File

@@ -93,4 +93,8 @@ function emitCreate() {
emit("create", searchInput.value);
autocompleteRef.value?.blur();
}
defineExpose({
focus: () => autocompleteRef.value?.focus(),
});
</script>