Peter Elmered
Peter Elmered
I don't believe this error has anything to with this plugin. It is how Filament works. I think you have to do something like this: ``` MoneyInput::make('price') ->label('Precio') ->afterStateUpdated(function (MoneyInput...
I have now tested some, and I'm not sure how well it works to change the field dynamically like this. This is something I will have to look into in...
> I think this issue will be addressed if we figure out how prices should be persisted. My view of s `price` is that it should always consist of a...
This is fixed in 2.0. It will be released in beta this week!
Yes, that seems like a reasonable use case and something that should be supported. Would it be possible to share the code of your `MoneyCast` class to help me implement...
This will be possible in the upcoming 2.0 version. The plan is to release it early next year.
Thank you! I will go trough this and investigate. I should have time to do that tomorrow.
Thank you for this! I've bwen very busy the last # weeks. The plan is to make this compatible with the upcoming Filament 4 before the final 2.0 release.
You mean in the the input fields? I think this should work based on the locale you set for the field. Can you share some more about what you want...
> mask working good and showing correctly, but when i click save button it's saving wrong format. i fix it the problem like this: > > ``` > MoneyInput::make('purchase_price') >...