We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8567c3f commit 48022bbCopy full SHA for 48022bb
modules/searchbar/searchbar-ios.js
@@ -44,8 +44,8 @@ export class SearchBar extends React.Component<Props> {
44
ref={this.handleRef}
45
autoCorrect={false}
46
hideBackground={true}
47
- onCancelButtonPress={this.props.onCancel}
48
onBlur={this.onHandleBlur}
+ onCancelButtonPress={this.props.onCancel}
49
onChangeText={this.props.onChange}
50
onFocus={this.props.onFocus}
51
onSearchButtonPress={this.handleSearchButtonPress}
0 commit comments