Closed wotta closed 1 year ago
When you have the following input field like the one below adding data in the form works as expected. When editing a record the input stays empty.
TextInput::make('balance') ->prefix('€') ->currencyMask() ->required(),
Use the following field it should happen.
1.1.2
8.2.8
10.25.2
Windows
I am using WSL version: 2.0.4.0
fixed in 1.1.3
Thanks, @ariaieboy! I tried to find the issue but do not know about filament plugins. Really appreciate the quick fix! Have a nice day
What happened?
When you have the following input field like the one below adding data in the form works as expected. When editing a record the input stays empty.
How to reproduce the bug
Use the following field it should happen.
Package Version
1.1.2
PHP Version
8.2.8
Laravel Version
10.25.2
Which operating systems does with happen with?
Windows
Notes
I am using WSL version: 2.0.4.0