We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7754a5c commit fb03fb9Copy full SHA for fb03fb9
src/components/nodes-table/NodeDetails.vue
@@ -282,11 +282,11 @@
282
sm="6"
283
style="max-width: 300px; padding-top: 0"
284
>
285
- <v-text-field
+ <v-number-input
286
label="Volume"
287
hint="The volume (for the Sound Switch CC)"
288
persistent-hint
289
- v-model.trim="options.volume"
+ v-model.number="options.volume"
290
291
<template #append>
292
<div
@@ -314,7 +314,7 @@
314
</v-btn>
315
</div>
316
</template>
317
- </v-text-field>
+ </v-number-input>
318
</v-col>
319
</v-row>
320
0 commit comments