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

[WIP] Setting FileFieldGroup #18

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

[WIP] Setting FileFieldGroup #18

wants to merge 17 commits into from

Commits on Jul 24, 2018

  1. Setting FileFieldGroup

    WIP: requires correct parameters and testing
    New0 committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    ec039c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. Configuration menu
    Copy the full SHA
    d351bc4 View commit details
    Browse the repository at this point in the history
  2. WIP: Removed failing test,

    Writing all tests
    New0 committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    766dd3a View commit details
    Browse the repository at this point in the history
  3. File field update value test

    New0 committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    3684e10 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. File field using FieldGroup type={'file'}

    Display a file field using FieldGroup tag
    New0 committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    fa1903b View commit details
    Browse the repository at this point in the history
  2. Correct FieldGroup text

    New0 committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    8b90d78 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Configuration menu
    Copy the full SHA
    95ad125 View commit details
    Browse the repository at this point in the history
  2. Make FileSelect a Dumb component

    New0 committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    74b427d View commit details
    Browse the repository at this point in the history
  3. Remove FileSelect tests

    New0 committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    d6de7dd View commit details
    Browse the repository at this point in the history
  4. FileFieldGroup props, label, propTypes

    - Use FieldGroup.Label
    - pass complete FileSelect props
    - set propTypes in propTypes.js
    New0 committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    790abcb View commit details
    Browse the repository at this point in the history
  5. FileFieldGroup propTypes

    New0 committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    c520a0e View commit details
    Browse the repository at this point in the history
  6. Further FileFieldGroup tests

    New0 committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    1836db5 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Configuration menu
    Copy the full SHA
    887a828 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2018

  1. Update props

    New0 committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    de71be2 View commit details
    Browse the repository at this point in the history
  2. Tests snaps

    New0 committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    162e0c8 View commit details
    Browse the repository at this point in the history
  3. Frontend field test

    New0 committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    6c0f33e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. Regular input type="file" example

    the example in app.js shows one way to use the regular input button for file upload
    New0 committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    2c6ff81 View commit details
    Browse the repository at this point in the history