Daan Adriaan
Daan Adriaan
The cropper has a max width but not a max height, so large portrait images fall off screen, which makes it impossible to crop.
The field doesn't show when I use it as an Action field
Adds the ability to call: BroadcasterField::make() ->setType('euro') ListenerField::make() ->setType('euro') Matches styling of Vyuldashev\NovaMoneyField
This PR allows the user to do: ``` Images::make('Gallery') ->openPropertiesModalAfterUpload() ->customProperties([ 'foo' => auth()->user()->foo, 'bar' => $api->getNeededData(), ]); ```