fix(a11y/prejoin) add label on prejoin input
This commit is contained in:
parent
5c018eb201
commit
7e14bfe74e
|
@ -350,6 +350,7 @@ class Prejoin extends Component<IProps, IState> {
|
|||
className = 'prejoin-input-area'
|
||||
data-testid = 'prejoin.screen'>
|
||||
{this.showDisplayNameField ? (<Input
|
||||
accessibilityLabel = { t('dialog.enterDisplayName') }
|
||||
autoComplete = { 'name' }
|
||||
autoFocus = { true }
|
||||
className = 'prejoin-input'
|
||||
|
|
Loading…
Reference in New Issue