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}
|
onChangeText={this.onSearchChangeText}
|
||||||
returnKeyType='search'
|
returnKeyType='search'
|
||||||
placeholder='Search'
|
placeholder='Search'
|
||||||
|
clearButtonMode='while-editing'
|
||||||
|
blurOnSubmit
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue