You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I using the field on action fields, something like that:
/**
* Get the fields available on the action.
*
* @return array
*/
public function fields()
{
return [
FilemanagerField::make('Image')
->displayAsImage()
->folder('Social Photos')
->filterBy('images')
->rules('required'),
];
}
If you click to the file to select it, that will hide the action modal and doesn't fill the file name to the input value.
The text was updated successfully, but these errors were encountered:
@Krato I am using 2.3. I just create a new action and put FilemanagerField into the field array, then run that action and select a file, but the modal will be closed.
When I using the field on action fields, something like that:
If you click to the file to select it, that will hide the action modal and doesn't fill the file name to the input value.
The text was updated successfully, but these errors were encountered: