Created
August 16, 2017 16:07
-
-
Save shabaz-ejaz/52e818caaca79fbbf531bdc7db3735c2 to your computer and use it in GitHub Desktop.
Uncontrolled input component
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Form.Field defaultValue={this.state.searchFreeText} icon={{ name: 'search' }} onBlur={this.handleFreeTextSearchChange.bind(this)} control={Input} width={4} label="Search for:" placeholder="Search" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment