projects
/
rpsls-bot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3290bc1
)
Fix bug when entering nInput
author
Benjamin Auder
<benjamin.auder@somewhere>
Wed, 24 Jan 2018 18:45:33 +0000
(19:45 +0100)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Wed, 24 Jan 2018 18:45:33 +0000
(19:45 +0100)
index.html
patch
|
blob
|
blame
|
history
diff --git
a/index.html
b/index.html
index
4156c00
..
5ee5715
100644
(file)
--- a/
index.html
+++ b/
index.html
@@
-14,7
+14,7
@@
<div class="col s12">
<form class="center">
<div class="input-field inline">
- <input id="nInput" type="number" v-model="nInput" @change="reinitialize()">
+ <input id="nInput" type="number" v-model
.number
="nInput" @change="reinitialize()">
<label for="nInput">Number of inputs</label>
</div>
<span class="leftSpacing">