Skip to content

Commit

Permalink
Limit input length in PlaylistAddDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrahn committed Sep 6, 2023
1 parent e64a966 commit 312bf95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vueapp/components/Playlists/PlaylistAddCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<label>
<span class="required">Titel</span>
<input type="text"
maxlength="255"
:placeholder="$gettext('Titel der Wiedergabeliste')"
v-model="playlist.title"
>
Expand Down

0 comments on commit 312bf95

Please sign in to comment.