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

feat(ffe-form-react): Add support for forwarding refs #440

Merged
merged 2 commits into from
Oct 4, 2018

Commits on Oct 2, 2018

  1. feat(ffe-form-react): Add support for forwarding refs

    BREAKING CHANGE: Requires react@^16.3
    
    This commit adds support for forwarding refs to the `Input` and
    `TextArea` components, so consumers can handle focus programmatically.
    Kristofer Selbekk committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    cdc58c6 View commit details
    Browse the repository at this point in the history
  2. docs(ffe-form-react): Document how to control focus with refs

    Kristofer Selbekk committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    998af6c View commit details
    Browse the repository at this point in the history