correct aria-controls to remove - issue #1783
This commit is contained in:
@@ -92,7 +92,6 @@
|
||||
</div>
|
||||
<o-collapse
|
||||
v-model:open="detailsAddress"
|
||||
:aria-id="`${id}-address-details`"
|
||||
class="my-3"
|
||||
v-if="allowManualDetails"
|
||||
>
|
||||
@@ -106,7 +105,10 @@
|
||||
{{ t("Details") }}
|
||||
</o-button>
|
||||
</template>
|
||||
<form @submit.prevent="saveManualAddress">
|
||||
<form
|
||||
@submit.prevent="saveManualAddress"
|
||||
:aria-id="`${id}-address-details`"
|
||||
>
|
||||
<header>
|
||||
<h2>{{ t("Manually enter address") }}</h2>
|
||||
</header>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<button
|
||||
type="button"
|
||||
class="py-3 w-full flex items-center justify-between text-gray-400 hover:text-gray-500 dark:text-slate-100 hover:dark:text-slate-200"
|
||||
aria-controls="filter-section-mobile-0"
|
||||
:aria-expanded="opened"
|
||||
@click="$emit('update:opened', !opened)"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user