CTOlet / yii2-attachments

Yii2 extension for uploading and attaching the files to the models
66 stars 57 forks source link

Failed to hide initialPreview #67

Closed sokollondon closed 6 years ago

sokollondon commented 6 years ago
\nemmo\attachments\components\AttachmentsInput::widget([
    //...
    'pluginOptions' => [
        'initialPreview' => false,
    ]
])

I'm going to fix this in my Pull request