leandrocfe / filament-ptbr-form-fields

This package provides custom form fields for Filament (>=v2.17.28) that are commonly used in Brazilian web applications, such as CPF/CNPJ validation, phone number formatting, money with currency symbol, and CEP integration with ViaCep.
MIT License
97 stars 17 forks source link

[Bug]: minValue not work #13

Open mauriciomgp5 opened 1 year ago

mauriciomgp5 commented 1 year ago

What happened?

Validation minValue, not work

How to reproduce the bug

PtbrMoney::make('amount') ->label('Valor') ->minValue(1) //this not work, or 0.01 ->required(), Forms\Components\TextInput::make('quantity') ->label('Quantidade') ->numeric() ->minValue(1) ->required(),

Package Version

2x

PHP Version

8.1

Laravel Version

10

Which operating systems does with happen with?

No response

Notes

No response