Dave Pringle

Results 7 issues of Dave Pringle

File extension checking currently only happens in the filedrop directive, and does not apply to files selected via the input if the user selects "All files". ![image](https://user-images.githubusercontent.com/3244206/47433939-5cb2f400-d799-11e8-8f1f-11afea7695c3.png)

bug

The current signature is `(UploadMetadata) => UploadMetadata | Promise`. As seen in #136 this could be confusing. I think there are two options: 1. Leave it the way it is,...

discussion

Release checklist - [x] API refactor - [ ] Disable select button - #33 - [x] Prefix internal CSS & allow custom css - #93 - [x] beforeUpload function -...

task

As the project has not yet hit 1.0.0 release I think we should take the opportunity to apply best practices to the API, I have the following suggestions: Outputs should...

discussion

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/CONTRIBUTING.md#commit - [x] Tests for the changes have been added...

PR: target-minor
PR: partially-approved

### Check The Docs - [x] I double checked the docs and couldn't find any useful information. ### Verify Issue Source - [x] I verified the issue was caused by...

bug