kartik-v / yii2-widgets

Collection of useful widgets for Yii Framework 2.0
http://demos.krajee.com/widgets
Other
558 stars 175 forks source link

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

Open KaungZawHtet opened 6 years ago

KaungZawHtet commented 6 years ago

<?=$form->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!](https://www.bountysource.com/issues/53988313-glyphicon-glyphicon-file-doesn-t-work-other-glyphicon-is-displayed?utm_campaign=plugin&utm_content=tracker%2F530581&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F530581&utm_medium=issues&utm_source=github).