From efdd858dfb78b17b108e1430e0e0b2d0a9b1dc21 Mon Sep 17 00:00:00 2001 From: Wessel Loth Date: Thu, 19 Mar 2020 15:34:10 +0100 Subject: [PATCH] chore(input-amount): improve title of story to modify decimal amount --- packages/input-amount/stories/index.stories.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/input-amount/stories/index.stories.mdx b/packages/input-amount/stories/index.stories.mdx index 99b15c934..94f1288c4 100644 --- a/packages/input-amount/stories/index.stories.mdx +++ b/packages/input-amount/stories/index.stories.mdx @@ -141,7 +141,7 @@ loadDefaultFeedbackMessages(); > ``` -### Show no decimals +### Modifying the amount of decimals You can override certain formatting options similar to how you would do this when using Intl NumberFormat. This example shows formatting to whole numbers.