Skip to content
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

fix(CustomInput[type=file]): add CustomFileInput component #1461

Merged
merged 6 commits into from Aug 22, 2019

Commits on Aug 22, 2019

  1. fix(CustomInput[type=file]): add CustomFileInput component

    to display the selected files in the label.
    
    This fixes reactstrap#1460.
    David Ellingsworth authored and David Ellingsworth committed Aug 22, 2019
    Copy the full SHA
    71486d7 View commit details
    Browse the repository at this point in the history
  2. fix(CustomFileInput): Remove bsSize class as it does not apply

    David Ellingsworth authored and David Ellingsworth committed Aug 22, 2019
    Copy the full SHA
    2114d1e View commit details
    Browse the repository at this point in the history
  3. test(CustomFileInput): ensure onChange calls prop.onChange if it exists

    David Ellingsworth authored and David Ellingsworth committed Aug 22, 2019
    Copy the full SHA
    def734d View commit details
    Browse the repository at this point in the history
  4. test(CustomFileInput): removes fakepath from file name

    David Ellingsworth authored and David Ellingsworth committed Aug 22, 2019
    Copy the full SHA
    2f4b6b6 View commit details
    Browse the repository at this point in the history
  5. test(CustomFileInput): lists multiple files when supported

    David Ellingsworth authored and David Ellingsworth committed Aug 22, 2019
    Copy the full SHA
    39f498d View commit details
    Browse the repository at this point in the history
  6. fix(CustomFileInput): include children in render

    David Ellingsworth authored and David Ellingsworth committed Aug 22, 2019
    Copy the full SHA
    ab21fbf View commit details
    Browse the repository at this point in the history