kartik-v / yii2-widget-fileinput

An enhanced FileInput widget for Bootstrap 4.x/3.x with file preview, multiple selection, and more features (sub repo split from yii2-widgets)
Other
229 stars 96 forks source link

showRemove false not working unable to disable delete button #153

Closed Xgamefactory closed 5 years ago

Xgamefactory commented 5 years ago
 FileInput::widget(
    [
            "name" => "images",
//            "disabled" => true,
            'options' => ['multiple' => true],
            'pluginOptions' => [
                'initialPreview' => $imageGalleryPreviews === null ? "" : $imageGalleryPreviews,
                'showCaption' => false,
                'showRemove' => false,
                'showUpload' => false,

            ],

        ]);
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/79632359-showremove-false-not-working-unable-to-disable-delete-button?utm_campaign=plugin&utm_content=tracker%2F8184669&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F8184669&utm_medium=issues&utm_source=github).
stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.