Skip to content

Commit

Permalink
Fix #365: Tab stop for Add button + (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
eeinowski authored and n1k0 committed Nov 12, 2016
1 parent 1ff1549 commit c87b377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/fields/ArrayField.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ function AddButton({onClick, disabled}) {
<div className="row">
<p className="col-xs-3 col-xs-offset-9 array-item-add text-right">
<IconBtn type="info" icon="plus" className="btn-add col-xs-12"
tabIndex="-1" onClick={onClick}
tabIndex="0" onClick={onClick}
disabled={disabled}/>
</p>
</div>
Expand Down

0 comments on commit c87b377

Please sign in to comment.