Skip to content

Commit c87b377

Browse files
eeinowskin1k0
authored andcommitted
Fix rjsf-team#365: Tab stop for Add button + (rjsf-team#392)
1 parent 1ff1549 commit c87b377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/fields/ArrayField.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ function AddButton({onClick, disabled}) {
419419
<div className="row">
420420
<p className="col-xs-3 col-xs-offset-9 array-item-add text-right">
421421
<IconBtn type="info" icon="plus" className="btn-add col-xs-12"
422-
tabIndex="-1" onClick={onClick}
422+
tabIndex="0" onClick={onClick}
423423
disabled={disabled}/>
424424
</p>
425425
</div>

0 commit comments

Comments
 (0)