Skip to content

Commit 47015ee

Browse files
committed
docs: Remove special case from story
Signed-off-by: Akshat Patel <akshat@live.ca>
1 parent e9b3ef4 commit 47015ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/number-input/number.stories.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ const Template: Story<NumberComponent> = (args) => ({
2323
[min]="min"
2424
[max]="max"
2525
[step]="step"
26-
[precision]="precision"
2726
[invalid]="invalid"
2827
[invalidText]="invalidText"
2928
[warn]="warn"
@@ -42,7 +41,6 @@ Basic.args = {
4241
min: 0,
4342
max: 100,
4443
step: 1,
45-
precision: 0,
4644
invalid: false,
4745
disabled: false
4846
};

0 commit comments

Comments
 (0)