Really stupid question what is the correct way to access the value of the input text after a value is set by the user? ``` jsx <Typeahead ref="myinput" options={this.state.blaat} maxVisible={4} /> ```