Browse Source

Fix zIndex dropdown issue on iOS

pull/551/head
Guillaume Vincent 4 years ago
parent
commit
2b4505252b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mobile/src/password/site/AutocompleteSite.js

+ 1
- 1
mobile/src/password/site/AutocompleteSite.js View File

@@ -54,7 +54,7 @@ export default class AutocompleteSite extends Component {
const items = this.returnMatchingData(value, data, dataKey);
const highlightedItems = highlightSearch(items, highlight, noHighlight);
return (
<View>
<View style={{zIndex: 5}}>
<TextInput
mode="outlined"
label="Site"


Loading…
Cancel
Save