Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cdk/drag-drop): error when cloning file input with value
When we clone the dragged element to generate its preview, we transfer the values of inputs so that they look identical. The problem is that assigning the value of a `file` input will throw an error so we have to skip it. **Note:** does not include a unit test, because we can't set the of a test element programmatically. Fixes angular#20783.
- Loading branch information