瀏覽代碼

Fix zIndex dropdown issue on iOS

pull/551/head
Guillaume Vincent 4 年之前
父節點
當前提交
2b4505252b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      mobile/src/password/site/AutocompleteSite.js

+ 1
- 1
mobile/src/password/site/AutocompleteSite.js 查看文件

@@ -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…
取消
儲存