From d1398b137abb8e26f8e5023e67ea77dfffe0b523 Mon Sep 17 00:00:00 2001 From: wmwragg Date: Tue, 6 Sep 2016 16:15:48 +0100 Subject: [PATCH] Circumventing autofill by using a textarea rather than an input type=text --- src/components/views/dialogs/ChatInviteDialog.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/views/dialogs/ChatInviteDialog.js b/src/components/views/dialogs/ChatInviteDialog.js index d66d6243a7..6d4d9feef8 100644 --- a/src/components/views/dialogs/ChatInviteDialog.js +++ b/src/components/views/dialogs/ChatInviteDialog.js @@ -228,7 +228,7 @@ module.exports = React.createClass({ ); } else { query = ( - + onKeyDown={this.onKeyDown}> + ); }