You've already forked AstralRinth
forked from didirus/AstralRinth
Fixes lint error in DropdownSelect.
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
|
ref="dropdown"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
role="combobox"
|
role="combobox"
|
||||||
ref="dropdown"
|
|
||||||
:aria-expanded="dropdownVisible"
|
:aria-expanded="dropdownVisible"
|
||||||
class="animated-dropdown"
|
class="animated-dropdown"
|
||||||
@focus="onFocus"
|
@focus="onFocus"
|
||||||
|
|||||||
Reference in New Issue
Block a user