Merge pull request #1551 from Safelite/CSR-1811-remove-character-count-from-tab-order
CSR-1811 add tabindex to remove character count from tab order.
This commit is contained in:
commit
26d7f37519
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
:aria-required="isRequired">
|
||||
</textarea>
|
||||
<p
|
||||
tabindex="0"
|
||||
tabindex="-1"
|
||||
class="caption mt-2 mb-0"
|
||||
id="charactersRemaining"
|
||||
:class="[urgentCountdown ? 'urgent-countdown' : '']">
|
||||
|
|
|
|||
Loading…
Reference in a new issue