Skip to content

Commit

Permalink
Level Zero Party Member Prevention (#35)
Browse files Browse the repository at this point in the history
* Initializing Level_Zero_Party_Member_Prevention for empty Pull Request

* Set a min and max for level inputs
  • Loading branch information
V13Axel authored Sep 29, 2023
1 parent 93098c8 commit 281b0b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/PlayerInputGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ defineProps({
<div class="order-2">
<input
type="number"
min="1"
max="20"
:id="'level_' + playerIndex"
v-model="player.level"
class="px-1 py-1 block w-full sm:text-sm rounded-md dark:bg-gray-700 dark:border-gray-600 focus:ring-emerald-500 focus:border-emerald-500 border-gray-300"
Expand Down

0 comments on commit 281b0b1

Please sign in to comment.