Skip to content

Commit

Permalink
Form redesign [#148694073]
Browse files Browse the repository at this point in the history
  • Loading branch information
Elana Koren authored and pivotal committed Jul 19, 2017
1 parent 0109da4 commit 8fd8519
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 236 deletions.
2 changes: 1 addition & 1 deletion library/src/pivotal-ui-react/inputs/inputs.js
Expand Up @@ -19,7 +19,7 @@ export class Input extends React.Component {
size: PropTypes.oneOf(['small', 'medium', 'large']),
success: PropTypes.bool,
leftIcon: PropTypes.oneOfType([PropTypes.node, PropTypes.object])
}
};

componentDidMount() {
if(this.props.autoFocus) this.input.focus();
Expand Down

0 comments on commit 8fd8519

Please sign in to comment.