diff --git a/packages/react/src/components/ComboBox/ComboBox.stories.js b/packages/react/src/components/ComboBox/ComboBox.stories.js index ae6ab1a09354..f143767675a1 100644 --- a/packages/react/src/components/ComboBox/ComboBox.stories.js +++ b/packages/react/src/components/ComboBox/ComboBox.stories.js @@ -73,7 +73,6 @@ export const Default = () => ( }, }} itemToString={(item) => (item ? item.text : '')} - placeholder="Filter..." titleText="ComboBox title" helperText="Combobox helper text" /> @@ -89,7 +88,6 @@ export const _WithLayer = () => ( id={`carbon-combobox-${layer}`} items={items} itemToString={(item) => (item ? item.text : '')} - placeholder="Filter..." titleText="ComboBox title" helperText="Combobox helper text" /> @@ -109,7 +107,6 @@ export const Playground = (args) => ( }, }} itemToString={(item) => (item ? item.text : '')} - placeholder="Filter..." titleText="ComboBox title" helperText="Combobox helper text" {...args} diff --git a/packages/react/src/components/FluidComboBox/FluidComboBox.stories.js b/packages/react/src/components/FluidComboBox/FluidComboBox.stories.js index aab20f831d62..37ebeadf2f2a 100644 --- a/packages/react/src/components/FluidComboBox/FluidComboBox.stories.js +++ b/packages/react/src/components/FluidComboBox/FluidComboBox.stories.js @@ -68,7 +68,6 @@ const ToggleTip = ( export const Default = () => (