Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
retribute.me
webclient
Commits
1cc7fa3b
Verified
Commit
1cc7fa3b
authored
Jun 07, 2019
by
Eliot Berriot
Browse files
Fixed invalid days step
parent
6e5a8698
Pipeline
#4235
passed with stages
in 1 minute and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/Suggestions.vue
View file @
1cc7fa3b
...
...
@@ -29,7 +29,7 @@
</h2>
<div
class=
"row"
>
<div
class=
"input-field col l3"
>
<input
v-model=
"maxDays"
id=
"maxDays"
placeholder=
"60"
type=
"number"
min=
"1"
step=
"
5
"
max=
"365"
class=
"validate"
>
<input
v-model=
"maxDays"
id=
"maxDays"
placeholder=
"60"
type=
"number"
min=
"1"
step=
"
1
"
max=
"365"
class=
"validate"
>
<label
class=
"active"
for=
"maxDays"
>
Period (in days)
</label>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment