privacy user
Member since Jan 24, 2020
- Profile: /members/14094-privacy-user.htm
- Comments: 2
Recent Blog Comments By privacy user
-
Using NgModel With Input Type="File" And A Custom ControlValueAccessor In Angular 7.2.12
Posted on Jan 24, 2020 at 12:02 PM
@Privacy, changed line #121 and #125 as below to fix the TypeError: Assignment to read-only properties is not allowed in strict mode at e.prototype.writeValue in IE and Edge browser this.elementRef.nativeElement.setAttribute('files', null); hope this will be useful to someone... read more »
-
Using NgModel With Input Type="File" And A Custom ControlValueAccessor In Angular 7.2.12
Posted on Jan 24, 2020 at 10:34 AM
@Ben, We implemented your solution in production but unfortunately this does not work in IE11. Kindly let me know you are able fix it. Thanks in advance... read more »