diff --git a/packages/input-amount/stories/index.stories.js b/packages/input-amount/stories/index.stories.js index 9678e8c78..9e5bbf15c 100644 --- a/packages/input-amount/stories/index.stories.js +++ b/packages/input-amount/stories/index.stories.js @@ -67,4 +67,23 @@ storiesOf('Forms|Input Amount', module) > `, + ) + .add( + 'Show no fractions', + () => html` + + +

+ Make sure to set the modelValue last as otherwise formatOptions will not be taken into + account +

+ `, );