From f06127aaa432bb906c500d2d0a7badf28c267e8f Mon Sep 17 00:00:00 2001 From: yyh <92089059+lyzno1@users.noreply.github.com> Date: Mon, 22 Jun 2026 10:17:35 +0800 Subject: [PATCH] test(dify-ui): align select form story with field primitives (#37670) --- packages/dify-ui/src/select/index.stories.tsx | 66 +++++++++---------- 1 file changed, 31 insertions(+), 35 deletions(-) diff --git a/packages/dify-ui/src/select/index.stories.tsx b/packages/dify-ui/src/select/index.stories.tsx index 75602572019..f27180bbe08 100644 --- a/packages/dify-ui/src/select/index.stories.tsx +++ b/packages/dify-ui/src/select/index.stories.tsx @@ -14,6 +14,9 @@ import { SelectTrigger, SelectValue, } from '.' +import { Button } from '../button' +import { FieldDescription, FieldRoot } from '../field' +import { Form } from '../form' const triggerWidth = 'w-64' @@ -326,40 +329,33 @@ export const Controlled: Story = { export const InForm: Story = { render: () => ( -
+ ), }