nova-money-field icon indicating copy to clipboard operation
nova-money-field copied to clipboard

Money Field for Laravel Nova

Results 19 nova-money-field issues
Sort by recently updated
recently updated
newest added

When using Money:: with an update on the model while this field is empty it writes a '0' to the column. this while nullable() is chained. I cannot use this...

This pull request makes 'null' the default value of the money field and thus allows to null the field by default which can be usefull in some cases. Any default...

Hi there 👋 , First of all thank you for your work on this package! Would it be at all possible to cater for the following? In the Netherlands we...

Hi Vladimir, thank you for your package. Is it possible to add align feature? Default alignment in column is left, but with currency can be better center or right alignment....

enhancement

* `laravel-nova` will be served via external `window.LaravelNova` and no longer requires asset rebuild whenever `mixins` contains any changes. * `nova-kit/nova-packages-tool` will bump new version after Nova made any minor/patch...

With one of the latest nova updates the form field didn't have the correct classes. This has been fixed in this PR

Hi, thanks for the package, I've noticed an issue where the value passed to the Models Observer saving() method is 1 cent lower than the passed value. This is using...

Can this support different currencies in the same field of a table? Meaning, record 1 is USD100, record 2 is GBP100 etc? Thank you.