How using FileUpload auto open Editor after image uploaded? #15454
Unanswered
nazarii-rabbit
asked this question in
Help
Replies: 1 comment
-
maybe FileUpload::make('avatar')
->imageEditor()
->afterStateUpdated(function ($livewire) {
$livewire->js('document.querySelector(\'.filepond--action-edit-item\').click();');
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Panel builder
Package Version
v3
How can we help you?
as in title
Beta Was this translation helpful? Give feedback.
All reactions