Skip to content

Commit

Permalink
rebase correction
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
  • Loading branch information
mherwege committed Feb 16, 2024
1 parent 795816c commit 7dc887e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
</f7-list-item>
<!-- (Internal) Unit & State Description -->
<template v-if="createMode && groupType && groupDimension">
<f7-list-input label="Unit"
<f7-list-input ref="unit"
label="Unit"
type="text"
:info="(createMode) ? 'Type any valid unit or select from one of the proposed (non-exhaustive list of) units. Used internally, for persistence and external systems. It is independent from the state visualization in the UI, which is defined through the state description.' : ''"
:value="item.unit"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<!-- (Internal) Unit & State Description -->
<!-- Use v-show instead of v-if, because otherwise the autocomplete for category would take over the unit -->
<f7-list-input v-show="itemDimension"
ref="unit"
label="Unit"
type="text"
:info="(createMode) ? 'Type any valid unit or select from one of the proposed (non-exhaustive list of) units. Used internally, for persistence and external systems. It is independent from the state visualization in the UI, which is defined through the state description.' : ''"
Expand Down

0 comments on commit 7dc887e

Please sign in to comment.