Add button to clear search field (iOS)
This commit is contained in:
parent
f80d56a53e
commit
c7ed4a5fcd
|
@ -255,6 +255,8 @@ export default class RoomsListView extends React.Component {
|
|||
onChangeText={this.onSearchChangeText}
|
||||
returnKeyType='search'
|
||||
placeholder='Search'
|
||||
clearButtonMode='while-editing'
|
||||
blurOnSubmit
|
||||
/>
|
||||
</View>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue