From 596b428fbd4d578d8b169a5ca20e3a2a5756c20d Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Mon, 9 Mar 2026 10:04:38 +0800 Subject: [PATCH] add test --- next-ui/src/components/filter/by/Author.stories.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/next-ui/src/components/filter/by/Author.stories.ts b/next-ui/src/components/filter/by/Author.stories.ts index 1892e7dd..db97b50a 100644 --- a/next-ui/src/components/filter/by/Author.stories.ts +++ b/next-ui/src/components/filter/by/Author.stories.ts @@ -54,3 +54,9 @@ export const InitialValue: Story = { ], }, } + +export const InitialValueOutsideShown: Story = { + args: { + modelValue: [{ i: 'i', v: 'Author 100 (letterer)' }], + }, +}