1
0

Fixes lint error in DropdownSelect.

This commit is contained in:
Zachary Baird
2023-04-12 10:55:19 -04:00
parent cf17b93201
commit 71d770e679

View File

@@ -1,8 +1,8 @@
<template>
<div
ref="dropdown"
tabindex="0"
role="combobox"
ref="dropdown"
:aria-expanded="dropdownVisible"
class="animated-dropdown"
@focus="onFocus"