kartik-v/yii2-widgets

"glyphicon glyphicon-file" doesn't work, other glyphicon is displayed

Opened this issue · 0 comments

field($model, 'image')->widget(FileInput::classname(), [ 'options' => ['accept' => 'image/*'], 'pluginOptions' => [ 'showCaption' => false, 'showRemove' => false, 'showUpload' => false, 'browseClass' => 'btn btn-primary btn-block', 'browseIcon' => ' ', 'browseLabel' => 'Select Photo' ], ])->label(Yii::t('frontend/common', "image"));?>

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.