CSR-254: fix data-target placement
This commit is contained in:
parent
99d1c654d2
commit
1958610b2b
1 changed files with 1 additions and 1 deletions
|
|
@ -12,6 +12,7 @@
|
||||||
:value="buttonID"
|
:value="buttonID"
|
||||||
:aria-required="isRequired"
|
:aria-required="isRequired"
|
||||||
@click="handleClick(value)"
|
@click="handleClick(value)"
|
||||||
|
:data-focus-target="groupName"
|
||||||
/>
|
/>
|
||||||
<label
|
<label
|
||||||
tabindex="-1"
|
tabindex="-1"
|
||||||
|
|
@ -19,7 +20,6 @@
|
||||||
:aria-labelledby="buttonID"
|
:aria-labelledby="buttonID"
|
||||||
class="d-flex flex-column justify-content-center py-3 px-4"
|
class="d-flex flex-column justify-content-center py-3 px-4"
|
||||||
:class="isFirstOrLastButton"
|
:class="isFirstOrLastButton"
|
||||||
:data-focus-target="groupName"
|
|
||||||
>
|
>
|
||||||
<span class="m-0" :class="[this.textPosition]">{{buttonID}}</span>
|
<span class="m-0" :class="[this.textPosition]">{{buttonID}}</span>
|
||||||
<span v-if="screenReaderOnlyText" class="sr-only">{{screenReaderOnlyText}}</span>
|
<span v-if="screenReaderOnlyText" class="sr-only">{{screenReaderOnlyText}}</span>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue