Skip to content

Commit

Permalink
trigger save on enter
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Oct 9, 2024
1 parent f24036f commit 73256b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/SaveWebDAVPathComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
placeholder="my-folder/sub-folder"
v-model="webdav_path"
aria-describedby="webdavPathHelp"
@keyup.enter="set_webdav_path"
/>
<p class="form-text" id="webdavPathHelp">
<strong>Note</strong>: empty value is valid (means root folder)
Expand Down

0 comments on commit 73256b7

Please sign in to comment.