|
@@ -147,12 +147,11 @@ class WelcomePage extends AbstractWelcomePage {
|
147
|
147
|
<input
|
148
|
148
|
autoFocus = { true }
|
149
|
149
|
className = 'enter-room-input'
|
150
|
|
- pattern = '^[a-zA-Z0-9=\?]+$'
|
151
|
|
- title = { t('welcomepage.onlyAsciiAllowed') }
|
152
|
150
|
id = 'enter_room_field'
|
153
|
151
|
onChange = { this._onRoomChange }
|
154
|
|
- placeholder
|
155
|
|
- = { this.state.roomPlaceholder }
|
|
152
|
+ pattern = '^[a-zA-Z0-9=\?]+$'
|
|
153
|
+ placeholder = { this.state.roomPlaceholder }
|
|
154
|
+ title = { t('welcomepage.onlyAsciiAllowed') }
|
156
|
155
|
type = 'text'
|
157
|
156
|
value = { this.state.room } />
|
158
|
157
|
</form>
|