We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd4d7b commit 112aa40Copy full SHA for 112aa40
app/Enums/Examples/V2/Form/Input.php
@@ -49,6 +49,10 @@ class Input
49
<x-input value="TallStackUI" clearable />
50
HTML;
51
52
+ public const STRIP_ZEROS = <<<'HTML'
53
+ <x-input strip-zeros />
54
+ HTML;
55
+
56
public const INVALIDATE = <<<'HTML'
57
<x-input label="Name" invalidate />
58
0 commit comments