v0.19.2 — Combobox: always show "Add new…" when allowCustom
Previously the "Add" option only appeared after typing a non-matching query, which wasn't discoverable. Now the combobox always shows "Add new…" at the bottom when allowCustom=true; clicking it focuses the search input so you can type the new name. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -8,6 +8,13 @@ export type ChangelogEntry = {
|
||||
};
|
||||
|
||||
export const CHANGELOG: ChangelogEntry[] = [
|
||||
{
|
||||
version: "0.19.2",
|
||||
date: "2026-06-29",
|
||||
changes: [
|
||||
"Pantry: \"Add new…\" now shows at the bottom of the Category and Subcategory dropdowns at all times — click it, type the new name, and it becomes the \"Add [name]\" option.",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "0.19.1",
|
||||
date: "2026-06-29",
|
||||
|
||||
Reference in New Issue
Block a user