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

Input fields show … instead of dots #167

Closed EvilKarter closed 4 years ago

EvilKarter commented 4 years ago

Sorry I don't know if this is a yii2-widget-fileinput issue or bootstrap-fileinput issue.

Steps to reproduce the issue

  1. Create Form with vendor/kartik-v/yii2-widget-fileinput/src/FileInput.php widget
  2. use version 5.1.0 or higher of kartik-v/bootstrap-fileinput
  3. Set 'language' => 'de' in yii2 config file

Expected behavior and actual behavior

When I follow those steps, I see the … in the Input of my widget.

I was expecting to see the ... like in Version 5.0.9 or lower of kartik-v/bootstrap-fileinput

Environment

Browsers

Libraries

Isolating the problem

I think the problem is that in the local js fils the dots in the msgPlaceholder where replaced with the … entity (enh #1577): Use … instead of three dots

kartik-v commented 4 years ago

This will be resolved via kartik-v/bootstrap-fileinput#1589

EvilKarter commented 4 years ago

nice! Thank you very much! Your yii2 extensions are awesome! I'm really looking forward to yii3