UX: You should be able to tab to the "This is a warning" checkbox

This commit is contained in:
Robin Ward 2015-01-26 10:51:57 -05:00
parent 8ef2a111a0
commit b3a9f91bd3

View file

@ -48,7 +48,7 @@ so I'm going to stop rendering it until we figure out what's up
{{#if showWarning}}
<div class='add-warning'>
<label>
{{input type="checkbox" checked=model.isWarning}}
{{input type="checkbox" checked=model.isWarning tabindex="3"}}
{{i18n "composer.add_warning"}}
</label>
</div>