aboutsummaryrefslogtreecommitdiff
path: root/themes/sourcehut
diff options
context:
space:
mode:
Diffstat (limited to 'themes/sourcehut')
-rw-r--r--themes/sourcehut/compose.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/sourcehut/compose.html b/themes/sourcehut/compose.html
index e845423..a9f4c49 100644
--- a/themes/sourcehut/compose.html
+++ b/themes/sourcehut/compose.html
@@ -37,6 +37,7 @@
id="to"
class="form-control"
value="{{.Message.ToString}}"
+ list="emails"
multiple
{{ if not .Message.To }}
autofocus
@@ -73,6 +74,12 @@
class="btn btn-primary"
>Send email</button>
</div>
+
+ <datalist id="emails">
+ {{range .Extra.EmailSuggestions}}
+ <option value="{{.}}">
+ {{end}}
+ </datalist>
</form>
</div>