Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Commit

Permalink
fix(item entry table): make apply button keyboard clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
tnoelcke committed Nov 8, 2018
1 parent 60ca3ec commit acc8ff5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ItemEntryTable/ItemEntryTable.tsx
Expand Up @@ -141,12 +141,14 @@ export class ItemEntryTable extends React.Component<
<td />
<td>
<input
type="submit"
className="btn btn-primary submit-button bg-primary"
onClick={click => this.handleSubmit()}
value="apply"
tabIndex={tabIndex}
/>
<input
type="submit"
className="btn btn-default clear-button bg-light"
onClick={click => this.handleClearItems()}
value="clear all"
Expand Down

0 comments on commit acc8ff5

Please sign in to comment.