Skip to content

Commit 4555cf8

Browse files
committed
fix(ComboBox): support for legacy field * 2
1 parent 873dbd0 commit 4555cf8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/components/fields/ComboBox/ComboBox.stories.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,11 @@ WithinFormWithCustomValue.args = {
179179
allowsCustomValue: true,
180180
};
181181

182-
export const WithinLegacyFormWithCustomValue = TemplateLegacyForm.bind({});
183-
WithinLegacyFormWithCustomValue.play = WithinForm.play;
184-
WithinLegacyFormWithCustomValue.args = {
182+
export const WithinFormWithLegacyFieldAndCustomValue = TemplateLegacyForm.bind(
183+
{},
184+
);
185+
WithinFormWithLegacyFieldAndCustomValue.play = WithinForm.play;
186+
WithinFormWithLegacyFieldAndCustomValue.args = {
185187
...TemplateForm.args,
186188
allowsCustomValue: true,
187189
};

0 commit comments

Comments
 (0)