Skip to content

Commit

Permalink
fix(core-components-with-suffix): fix stories
Browse files Browse the repository at this point in the history
  • Loading branch information
reme3d2y committed Oct 7, 2020
1 parent b4dbabe commit 6226300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/with-suffix/src/Component.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const SuffixInput = WithSuffix(Input);
size={select('size', ['s', 'm', 'l'], 's')}
disabled={boolean('disabled', false)}
label={text('label', '')}
placeholder={text('placeholder', '0 ₽')}
placeholder={text('placeholder', '')}
rightAddons={boolean('rightAddons', false) && !text('error') && <Icon />}
leftAddons={boolean('leftAddons', false) && <Icon />}
bottomAddons={boolean('bottomAddons', false) && <span>bottom text</span>}
Expand Down

0 comments on commit 6226300

Please sign in to comment.