Skip to content

Commit

Permalink
Add minimum value for input
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanne committed May 16, 2024
1 parent 7e3300b commit 673efcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
class="ds-input w-full sm:w-2/6"
type="number"
max="90000000"
min="2"
/>
<button type="submit" class="ml-6 ds-button">Berechnen</button>
</div>
Expand Down

0 comments on commit 673efcf

Please sign in to comment.