-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImageInput component #53
Conversation
stevenyuen
commented
Feb 1, 2017
- Image File Dropzone
- Basically separated FileInput into 2 separate components (FileInput and ImageInput)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jaredreich I just noticed that handleError
is being used here and here, but it is not defined anywhere. Do you mind fixing this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just would recommend to have demo/content/Form.js updated to match these changes. Another option is to flesh out demo/content/Form.js as a proper demo page in a different PR.
@asabhaney Applied the fixes for the Also, updated demo/content/Form.js to accommodate @stevenyuen sorry to add to your PR, remember to git pull this branch before going on |
Thanks @jaredreich! |