Skip to content
Snippets Groups Projects
Commit 96f6b1e1 authored by Agate's avatar Agate :speech_balloon:
Browse files

Merge branch '1090-autocomplete' into 'master'

Resolve "Firefox auto-fills your remembered username in the search box if you open the user settings page"

See merge request !1133
parents c19e8595 6d3ad11f
Branches
Tags
No related merge requests found
Ensure firefox password manager dont autofill username in search bar (#1090)
<template>
<div class="ui fluid category search">
<slot></slot><div class="ui icon input">
<input ref="search" class="prompt" name="search" :placeholder="labels.placeholder" type="text" @keydown.esc="$event.target.blur()">
<input ref="search" type="search" class="prompt" name="search" :placeholder="labels.placeholder" @keydown.esc="$event.target.blur()">
<i class="search icon"></i>
</div>
<div class="results"></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment