Skip to content

Commit

Permalink
feat: add accessibility on searchbar react-native (#6819)
Browse files Browse the repository at this point in the history
feat: add accessibility on searchbar react-native
  • Loading branch information
shilman authored May 29, 2019
2 parents efa6642 + ad8edd2 commit b6d7798
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

1 comment on commit b6d7798

@vercel
Copy link

@vercel vercel bot commented on b6d7798 May 29, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.