We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873dbd0 commit 4555cf8Copy full SHA for 4555cf8
src/components/fields/ComboBox/ComboBox.stories.tsx
@@ -179,9 +179,11 @@ WithinFormWithCustomValue.args = {
179
allowsCustomValue: true,
180
};
181
182
-export const WithinLegacyFormWithCustomValue = TemplateLegacyForm.bind({});
183
-WithinLegacyFormWithCustomValue.play = WithinForm.play;
184
-WithinLegacyFormWithCustomValue.args = {
+export const WithinFormWithLegacyFieldAndCustomValue = TemplateLegacyForm.bind(
+ {},
+);
185
+WithinFormWithLegacyFieldAndCustomValue.play = WithinForm.play;
186
+WithinFormWithLegacyFieldAndCustomValue.args = {
187
...TemplateForm.args,
188
189
0 commit comments