Commit ad30ec46 by jaebradley

test(input-text-story): input text story does not reflect value

parent ef47d014
......@@ -10,7 +10,7 @@ class FocusInputWrapper extends React.Component {
super(props);
this.state = { open: true };
this.resetStatusAlertWrapperState = this.resetStatusAlertWrapperState.bind(this);
this.resetStatusAlertWrapKperState = this.resetStatusAlertWrapperState.bind(this);
}
resetStatusAlertWrapperState() {
......@@ -31,6 +31,7 @@ class FocusInputWrapper extends React.Component {
id="data"
name="data"
label="Data Input"
value="foobar"
inputRef={(input) => { this.inputForm = input; }}
/>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment