[solved] <input type="file"> not rendered corectly in Chrome when using aurelia-tinymce

This is strange problem. Maybe someone met similair situation.
I use in my template :

“input type=“file” name=“itemFile””

In Chrome it is not rendered corectly - nothing display but in source code i find that element exist. When i change size i can click on it and file choose window appear. It’s look like the label is not included in rendering.
In Firefox it’s look correct, default, like is expected.

SOLVED
problem was caused by plugin aurelia-tinymce

Could you raise an issue @ their repo to use specific css rules not to override defaults for input[type=file] ?

ok, i will post an issue

1 Like