Use autocomplete for dm handles

main
Bob Mottram 2020-06-29 09:54:47 +01:00
parent f505179ffa
commit 762dc9d059
1 changed files with 2 additions and 2 deletions

View File

@ -2122,8 +2122,8 @@ def htmlNewPost(mediaInstance: bool, translate: {},
'<label class="labels">' + \
translate['Send to'] + ':' + '</label> 📄</a><br>'
newPostForm += \
' <input type="text" name="mentions" value="' + \
mentionsStr + '" selected>'
' <input type="text" name="mentions" ' + \
'autocomplete="on" value="' + mentionsStr + '" selected>'
newPostForm += ''
selectedStr = ''