Nicholas Peretti

Results 4 issues of Nicholas Peretti

It would be nice to have also other events to hook up, like `onBlur`. I didn't think that much about the API but it could look something like this: ```jsx...

I use this awesome package in my node application with npm and the problem is that your latest release dates back to December 2014! Please update the module on npm....

I need to upload my pictures via base64 sending also other information. The request payload should look like that: ```json { "image": "base64ofTheLoadedPic", "user": 1, "product": 3 } ``` Is...

enhancement
needs-more-votes

I use this component to allow the users to upload pictures of their products. I know that, in a logical way, a user should't upload the same picture twice consecutively....