There was an error while loading. Please reload this page.
1 parent 1ff1549 commit c87b377Copy full SHA for c87b377
src/components/fields/ArrayField.js
@@ -419,7 +419,7 @@ function AddButton({onClick, disabled}) {
419
<div className="row">
420
<p className="col-xs-3 col-xs-offset-9 array-item-add text-right">
421
<IconBtn type="info" icon="plus" className="btn-add col-xs-12"
422
- tabIndex="-1" onClick={onClick}
+ tabIndex="0" onClick={onClick}
423
disabled={disabled}/>
424
</p>
425
</div>
0 commit comments