Skip to content

Commit

Permalink
Merge pull request #1482 from Franceq34/add-autofocus-to-path-input
Browse files Browse the repository at this point in the history
Add autofocus to path input
  • Loading branch information
pascalgrimaud authored Apr 26, 2022
2 parents bd16d9d + ec13897 commit ce21097
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 ce21097

Please sign in to comment.