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 { ...@@ -10,7 +10,7 @@ class FocusInputWrapper extends React.Component {
super(props); super(props);
this.state = { open: true }; this.state = { open: true };
this.resetStatusAlertWrapperState = this.resetStatusAlertWrapperState.bind(this); this.resetStatusAlertWrapKperState = this.resetStatusAlertWrapperState.bind(this);
} }
resetStatusAlertWrapperState() { resetStatusAlertWrapperState() {
...@@ -31,6 +31,7 @@ class FocusInputWrapper extends React.Component { ...@@ -31,6 +31,7 @@ class FocusInputWrapper extends React.Component {
id="data" id="data"
name="data" name="data"
label="Data Input" label="Data Input"
value="foobar"
inputRef={(input) => { this.inputForm = input; }} inputRef={(input) => { this.inputForm = input; }}
/> />
</div> </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