From e7920cd66bad4621145ed5742487d222b79b2d7f Mon Sep 17 00:00:00 2001 From: Saullo Bretas Silva Date: Tue, 30 Jan 2024 22:15:48 -0300 Subject: [PATCH] fix: remove numeric rule from MoneyInput class --- src/Forms/Components/MoneyInput.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Forms/Components/MoneyInput.php b/src/Forms/Components/MoneyInput.php index 351945f..4cc5709 100644 --- a/src/Forms/Components/MoneyInput.php +++ b/src/Forms/Components/MoneyInput.php @@ -24,7 +24,6 @@ protected function setUp(): void } $this->stripCharacters($formattingRules->groupingSeparator); $this->inputMode('decimal'); - $this->rule('numeric'); $this->step(0.01); $this->minValue = 0;