Skip to content

Commit

Permalink
feat: add accessibility on searchbar react-native
Browse files Browse the repository at this point in the history
  • Loading branch information
wilau2 committed May 18, 2019
1 parent cb27dc1 commit ad8edd2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export default class StoryListView extends Component<Props, State> {
return (
<SafeAreaView style={{ flex: 1 }}>
<SearchBar
testID="Storybook.ListView.SearchBar"
clearButtonMode="while-editing"
disableFullscreenUI
onChangeText={this.handleChangeSearchText}
Expand Down

0 comments on commit ad8edd2

Please sign in to comment.