We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hideActiveCrop() works only for a single media item but doesn't work with multiple items ->max($n) when $n > 1.
hideActiveCrop()
Add a media form field to a form e.g.
$form->add( Medias::make() ->name('gallery') ->label('Gallery') ->withoutAddInfo() ->hideActiveCrop() ->max(10) );
The cropper for the media field is hidden in the form UI.
The cropper for the media field is not hidden in the form UI.
Twill version: 3.3.1
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
hideActiveCrop()
works only for a single media item but doesn't work with multiple items ->max($n) when $n > 1.Steps to reproduce
Add a media form field to a form e.g.
Expected result
The cropper for the media field is hidden in the form UI.
Actual result
The cropper for the media field is not hidden in the form UI.
Versions
Twill version: 3.3.1
The text was updated successfully, but these errors were encountered: