CSR-392: add aria-required to Glass Parts Question
This commit is contained in:
parent
85404ae202
commit
aaa468a016
1 changed files with 2 additions and 1 deletions
|
|
@ -25,6 +25,7 @@
|
||||||
"
|
"
|
||||||
:buttonLabel="name"
|
:buttonLabel="name"
|
||||||
altText=""
|
altText=""
|
||||||
|
isRequired
|
||||||
:buttonID="`${glassLocation}-${glassName}-${name}`"
|
:buttonID="`${glassLocation}-${glassName}-${name}`"
|
||||||
:groupName="`${glassLocation}-${glassName}`"
|
:groupName="`${glassLocation}-${glassName}`"
|
||||||
@isCheckedChanged="ResetTintAndPartSelections()"
|
@isCheckedChanged="ResetTintAndPartSelections()"
|
||||||
|
|
@ -50,7 +51,7 @@
|
||||||
:answers="value"
|
:answers="value"
|
||||||
textPosition="text-start"
|
textPosition="text-start"
|
||||||
:loaderEnabled="false"
|
:loaderEnabled="false"
|
||||||
:isRequired="true"
|
isRequired
|
||||||
:groupName="`${glassLocation}-${glassName}-${name}`"
|
:groupName="`${glassLocation}-${glassName}-${name}`"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue