mirror of
https://github.com/nasa/openmct.git
synced 2025-02-22 02:06:49 +00:00
Prevent tabbing into Notebook entries (#6315)
Closes #6312 - Set entry inputs to `tabindex="-1"` to prevent tabbing into entry inputs. Co-authored-by: Jamie V <jamie.j.vigliotta@nasa.gov>
This commit is contained in:
parent
7dcccee1ae
commit
672cb7e621
@ -75,7 +75,7 @@
|
|||||||
:id="entry.id"
|
:id="entry.id"
|
||||||
class="c-ne__text c-ne__input"
|
class="c-ne__text c-ne__input"
|
||||||
aria-label="Notebook Entry Input"
|
aria-label="Notebook Entry Input"
|
||||||
tabindex="0"
|
tabindex="-1"
|
||||||
:contenteditable="canEdit"
|
:contenteditable="canEdit"
|
||||||
v-bind.prop="formattedText"
|
v-bind.prop="formattedText"
|
||||||
@mouseover="checkEditability($event)"
|
@mouseover="checkEditability($event)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user