Skip to content

Commit

Permalink
Select the text inside the collection name input.
Browse files Browse the repository at this point in the history
  • Loading branch information
deletidev committed May 23, 2024
1 parent 58f1ed7 commit e9d47e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pods/edit-table/edit-table.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export const EditTableComponent: React.FC<Props> = props => {
type="text"
value={table.tableName}
onChange={handleChangeTableName}
onFocus={e => e.currentTarget.select()}
/>
</label>
</div>
Expand Down

0 comments on commit e9d47e8

Please sign in to comment.