Populate server URL in fillConnectParams
This commit is contained in:
parent
4fff2b1b8d
commit
04932317f6
2 changed files with 19 additions and 19 deletions
|
@ -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/>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue