From b670b29d7fa5506f383e7e14dbbf5870a04781c1 Mon Sep 17 00:00:00 2001 From: Vlad Piersec Date: Fri, 7 Aug 2020 10:27:29 +0300 Subject: [PATCH] fix(prejoin): Auto focus display name input --- react/features/base/premeeting/components/web/InputField.js | 6 ++++++ react/features/prejoin/components/Prejoin.js | 1 + 2 files changed, 7 insertions(+) diff --git a/react/features/base/premeeting/components/web/InputField.js b/react/features/base/premeeting/components/web/InputField.js index 90baa3c9b..66ae40b79 100644 --- a/react/features/base/premeeting/components/web/InputField.js +++ b/react/features/base/premeeting/components/web/InputField.js @@ -6,6 +6,11 @@ import { getFieldValue } from '../../../react'; type Props = { + /** + * If the input should be focused on display. + */ + autoFocus?: boolean, + /** * Class name to be appended to the default class list. */ @@ -109,6 +114,7 @@ export default class InputField extends PureComponent { render() { return ( {