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
1 changed files with 1 additions and 1 deletions

View File

@ -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>