Removed tabIndex from where it isn't needed.

This commit is contained in:
Cody Jackson 2025-09-03 11:34:42 -07:00
parent d418203243
commit fcba897ca4
1 changed files with 0 additions and 2 deletions

View File

@ -54,12 +54,10 @@ const getGlanceItemValueId = (glanceItem: any): string => `value-${ glanceItem.l
v-bind="glanceItem.formatterOpts"
:id="i === 0 ? 'first-glance-item' : undefined"
:value="glanceItem.content"
:tabindex="i"
/>
<span
v-else
:id="i === 0 ? 'first-glance-item' : undefined"
:tabindex="i"
>
{{ glanceItem.content }}
</span>