Skip to content
Snippets Groups Projects
Unverified Commit 6d3ad11f authored by Agate's avatar Agate :speech_balloon:
Browse files

Ensure firefox password manager dont autofill username in search bar (#1090)

parent c19e8595
No related branches found
No related tags found
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