From 7df7ee336a925d7ee07f866551dad9350785c9fc Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 27 May 2025 13:00:30 +0200 Subject: [PATCH] fix(Select/SelectMenu): display falsy values --- src/runtime/components/Select.vue | 2 +- src/runtime/components/SelectMenu.vue | 2 +- test/components/__snapshots__/Select-vue.spec.ts.snap | 4 ++-- test/components/__snapshots__/Select.spec.ts.snap | 4 ++-- test/components/__snapshots__/SelectMenu-vue.spec.ts.snap | 2 +- test/components/__snapshots__/SelectMenu.spec.ts.snap | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/runtime/components/Select.vue b/src/runtime/components/Select.vue index 85d59140..459cd693 100644 --- a/src/runtime/components/Select.vue +++ b/src/runtime/components/Select.vue @@ -250,7 +250,7 @@ function isSelectItem(item: SelectItem): item is SelectItemBase {