Skip to content

Commit 112aa40

Browse files
committed
adapting to v2.13.0
1 parent fbd4d7b commit 112aa40

File tree

4 files changed

+182
-125
lines changed

4 files changed

+182
-125
lines changed

app/Enums/Examples/V2/Form/Input.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ class Input
4949
<x-input value="TallStackUI" clearable />
5050
HTML;
5151

52+
public const STRIP_ZEROS = <<<'HTML'
53+
<x-input strip-zeros />
54+
HTML;
55+
5256
public const INVALIDATE = <<<'HTML'
5357
<x-input label="Name" invalidate />
5458
HTML;

0 commit comments

Comments
 (0)