Skip to content

Commit

Permalink
Merge pull request #258 from thornbill/fix-url-validation
Browse files Browse the repository at this point in the history
Fix server name input type
  • Loading branch information
joshuaboniface committed Apr 20, 2019
2 parents 9c85bcd + 5493667 commit 97f6808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addserver.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<form class="manualServerForm" style="margin: 0 auto;">
<h1 style="text-align: left;">${HeaderConnectToServer}</h1>
<div class="inputContainer">
<input is="emby-input" type="url" id="txtServerHost" required="required" label="${LabelServerHost}" />
<input is="emby-input" type="text" id="txtServerHost" required="required" label="${LabelServerHost}" autocomplete="off" spellcheck="false" autocapitalize="none" autocorrect="off" />
<div class="fieldDescription" style="text-align: left;">${LabelServerHostHelp}</div>
</div>
<br />
Expand Down

0 comments on commit 97f6808

Please sign in to comment.