VaDi

Results 3 comments of VaDi

i simply added this filter in my config ``` new FileUploader({ filters: [{name: 'customFileType', fn:(file: FileLikeObject) => { const ext = file.name.split('.').pop(); return allowedFileType.indexOf(ext) > -1 }}] }); ```

did some research and found out that inside method MdlSelectComponent.prototype.writeValue value==0 equal value==null or undefined i added strict comparison with 0 and just in case with '0' and problems gone...

have same issue on win 7 64bit ![123](https://user-images.githubusercontent.com/16036508/50376983-82883800-0626-11e9-98dd-105cb78be861.png)