Add autofocus to the change ownership modal

This commit is contained in:
Robin Ward 2021-01-22 16:08:12 -05:00 committed by Alan Guo Xiang Tan
parent 49e97279c7
commit 5546fe609c
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@
{{user-selector single="true" {{user-selector single="true"
usernames=new_user usernames=new_user
placeholderKey="topic.change_owner.placeholder" placeholderKey="topic.change_owner.placeholder"
autocomplete="discourse"}} autocomplete="discourse"
autofocus="autofocus"}}
</form> </form>
{{/d-modal-body}} {{/d-modal-body}}