Populate server URL in fillConnectParams

This commit is contained in:
Simon Ser 2021-05-31 18:11:33 +02:00
parent 4fff2b1b8d
commit 04932317f6
2 changed files with 19 additions and 19 deletions

View file

@ -103,7 +103,7 @@ export default class ConnectForm extends Component {
<label>
Server URL:<br/>
<input type="url" name="url" value=${this.state.url} disabled=${this.props.disabled} required/>
<input type="text" name="url" value=${this.state.url} disabled=${this.props.disabled} inputmode="url"/>
</label>
<br/><br/>