Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1088 from metasfresh/gh1031
Browse files Browse the repository at this point in the history
#1031 Autoselect when doubleclick on included Tab Row Field
  • Loading branch information
teosarca authored Jul 26, 2017
2 parents f665102 + 70e69af commit 99f1a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/table/TableItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class TableItem extends Component {
.getElementsByClassName('js-input-field')[0];

if(elem){
elem.focus();
elem.select();
}

const disabled =
Expand Down

0 comments on commit 99f1a35

Please sign in to comment.