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'
|
className = 'prejoin-input-area'
|
||||||
data-testid = 'prejoin.screen'>
|
data-testid = 'prejoin.screen'>
|
||||||
{this.showDisplayNameField ? (<Input
|
{this.showDisplayNameField ? (<Input
|
||||||
|
accessibilityLabel = { t('dialog.enterDisplayName') }
|
||||||
autoComplete = { 'name' }
|
autoComplete = { 'name' }
|
||||||
autoFocus = { true }
|
autoFocus = { true }
|
||||||
className = 'prejoin-input'
|
className = 'prejoin-input'
|
||||||
|
|
Loading…
Reference in New Issue