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

Commit

Permalink
fix(Input): Remove default value for ref prop
Browse files Browse the repository at this point in the history
  • Loading branch information
kylealwyn committed Oct 17, 2018
1 parent db1a96e commit 02df785
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Form/Input.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export default class Input extends Component {
onBlur() {},
onChange() {},
floating: false,
ref: {},
};

state = {
Expand Down

0 comments on commit 02df785

Please sign in to comment.