We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea1051 commit 40398abCopy full SHA for 40398ab
src/components/Taux.vue
@@ -15,7 +15,7 @@
15
<tbody>
16
<tr v-for="label in Object.keys(value)" v-bind:key="label">
17
<td>{{description[label]}}</td>
18
- <td><sui-input class="w-100" v-model="value[label]" @input="handleInput" type="text"/></td>
+ <td><sui-input class="w-100" v-model="value[label]" @input="handleInput" type="number"/></td>
19
</tr>
20
</tbody>
21
</table>
0 commit comments