From b29a08bb66cb6353b71d2f469787845b874d2263 Mon Sep 17 00:00:00 2001 From: Guillaume Vincent Date: Sat, 18 Apr 2020 14:46:51 +0200 Subject: [PATCH] Fix autocomplete issue on mobile --- mobile/src/password/PasswordGeneratorScreen.js | 1 + mobile/src/password/site/AutocompleteSite.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mobile/src/password/PasswordGeneratorScreen.js b/mobile/src/password/PasswordGeneratorScreen.js index 5b2ab42..3b27704 100644 --- a/mobile/src/password/PasswordGeneratorScreen.js +++ b/mobile/src/password/PasswordGeneratorScreen.js @@ -157,6 +157,7 @@ export class PasswordGeneratorScreen extends Component { > {highlightedItems.map((highlightedItem, i) => {