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 ( {