Skip to content

Commit

Permalink
fix(ui): duration dropdown (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando authored Feb 22, 2021
1 parent bba6335 commit 27245ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/ValueId.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@
v-model.number="value.newValue.value"
></v-text-field>
<v-select
style="margin-left:10px;width:20px"
style="margin-left:10px;min-width:100px;width:135px"
:items="durations"
v-model="value.newValue.unit"
:readonly="!value.writeable || disable_send"
persistent-hint
:append-outer-icon="!disable_send ? 'send' : null"
@click:append-outer="updateValue(value)"
></v-select>
Expand Down

0 comments on commit 27245ec

Please sign in to comment.