Skip to content

Commit ff67cee

Browse files
committed
Add verification to make repeat often to be a positive integer
1 parent ff06cf9 commit ff67cee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/NewTodo.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
v-model="repeatOften"
4141
required
4242
min="1"
43+
step="1"
4344
/><br />
4445
Repeat frequency:<br />
4546
<select

0 commit comments

Comments
 (0)