Commit 0b8f60b2 authored by Nathan Friend's avatar Nathan Friend Committed by Brandon Labuschagne

Turn off native autocomplete for RefSelector

This commit updates the RefSelector component to not show native
autocomplete in its search box.
parent 697fead7
......@@ -208,6 +208,7 @@ export default {
ref="searchBox"
v-model.trim="query"
:placeholder="i18n.searchPlaceholder"
autocomplete="off"
@input="onSearchBoxInput"
@keydown.enter.prevent="onSearchBoxEnter"
/>
......
---
title: Turn off native autocomplete for ref selector components
merge_request: 56128
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment