diff --git a/src/components/formio/checkbox.stories.tsx b/src/components/formio/checkbox.stories.tsx index 3bbc3b72..7a8c28b7 100644 --- a/src/components/formio/checkbox.stories.tsx +++ b/src/components/formio/checkbox.stories.tsx @@ -10,6 +10,7 @@ export default { parameters: { modal: {noModal: true}, formik: {initialValues: {'my-checkbox': false}}, + docs: {inlineStories: false}, // https://github.com/bbbtech/storybook-formik/issues/51#issuecomment-1136668271 }, args: { name: 'my-checkbox', diff --git a/src/components/formio/textfield.stories.tsx b/src/components/formio/textfield.stories.tsx index d0be6c3b..bf36faa1 100644 --- a/src/components/formio/textfield.stories.tsx +++ b/src/components/formio/textfield.stories.tsx @@ -10,6 +10,7 @@ export default { parameters: { modal: {noModal: true}, formik: {initialValues: {'my-textfield': 'initial value'}}, + docs: {inlineStories: false}, // https://github.com/bbbtech/storybook-formik/issues/51#issuecomment-1136668271 }, args: { name: 'my-textfield',