mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
feat: add accessibility on searchbar react-native
This commit is contained in:
parent
cb27dc18d1
commit
ad8edd2d66
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user