UX: You should be able to tab to the "This is a warning" checkbox
This commit is contained in:
parent
8ef2a111a0
commit
b3a9f91bd3
|
@ -48,7 +48,7 @@ so I'm going to stop rendering it until we figure out what's up
|
||||||
{{#if showWarning}}
|
{{#if showWarning}}
|
||||||
<div class='add-warning'>
|
<div class='add-warning'>
|
||||||
<label>
|
<label>
|
||||||
{{input type="checkbox" checked=model.isWarning}}
|
{{input type="checkbox" checked=model.isWarning tabindex="3"}}
|
||||||
{{i18n "composer.add_warning"}}
|
{{i18n "composer.add_warning"}}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue