Skip to content

Commit

Permalink
Add autofocus to path input
Browse files Browse the repository at this point in the history
  • Loading branch information
Franceq34 authored and Quentin France committed Apr 26, 2022
1 parent bd16d9d commit ec13897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/app/springboot/primary/Generator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<div class="row g-3">
<div class="col-12">
<label for="path" class="form-label">Path (required) : </label>
<input id="path" v-model="project.folder" type="text" class="form-control" required />
<input id="path" v-model="project.folder" type="text" class="form-control" required autofocus />
</div>
<div class="col-12">
<label for="basename" class="form-label">Basename : </label>
Expand Down

0 comments on commit ec13897

Please sign in to comment.