Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
feat(Input): ✨ Add support for autoFocus
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Broström committed Jun 5, 2017
1 parent 96af408 commit 51df42a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/input/input.jsx
Expand Up @@ -20,6 +20,7 @@ function Input(props) {
Input.propTypes = {
className: PropTypes.string,
style: PropTypes.object,
autoFocus: PropTypes.bool,
/** Needs to be a valid input type */
type: PropTypes.string,
disabled: PropTypes.bool,
Expand Down

0 comments on commit 51df42a

Please sign in to comment.