Skip to content

Commit

Permalink
fix: input focus (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsdiogo authored and olizilla committed Jun 29, 2018
1 parent 81add8d commit bd3a74c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/files/rename-prompt/RenamePrompt.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ class RenamePrompt extends React.Component {
onChange={this.handleChange}
value={this.state.filename}
required
className='input-reset charcoal ba b--black-20 pa2 mb2 db w-75 center'
autoFocus
className='input-reset charcoal ba b--black-20 pa2 mb2 db w-75 center focus-outline'
type='text' />
</div>

Expand Down

0 comments on commit bd3a74c

Please sign in to comment.