Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(input): don't apply textInput to <input type="file">
textInput shouldn't be applied to file inputs to ease writing of custom file input directives. This change prevents file inputs from instantiating the text input parser/formatter pipelines. Closes angular#6247 Closes angular#6231
- Loading branch information