mirror of
https://github.com/nolanlawson/pinafore
synced 2025-01-10 10:16:20 +01:00
"add" input should be type=url
This commit is contained in:
parent
503fb6e4e0
commit
eb5b6999ce
@ -23,7 +23,7 @@
|
||||
{{/if}}
|
||||
|
||||
<label for="instanceInput">Instance:</label>
|
||||
<input class="new-instance-input" type="text" id="instanceInput"
|
||||
<input class="new-instance-input" type="url" id="instanceInput"
|
||||
bind:value='$instanceNameInSearch' placeholder='' required
|
||||
>
|
||||
<button class="primary" type="submit" id="submitButton" disabled="{{!$instanceNameInSearch}}">Add instance</button>
|
||||
|
Loading…
Reference in New Issue
Block a user