mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
UX: You should be able to tab to the "This is a warning" checkbox
This commit is contained in:
parent
8ef2a111a0
commit
b3a9f91bd3
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue