fix(workflow) : WorkflowDrawer - input position natif (MalioInputText n'accepte pas les number)
This commit is contained in:
@@ -70,12 +70,14 @@
|
||||
<input v-model="s.isFinal" type="checkbox" class="h-3 w-3" />
|
||||
{{ $t('archive.statusFinal') }}
|
||||
</label>
|
||||
<MalioInputText
|
||||
v-model.number="s.position"
|
||||
label="Position"
|
||||
input-class="!w-16"
|
||||
type="number"
|
||||
/>
|
||||
<label class="flex flex-col text-xs text-neutral-700">
|
||||
Position
|
||||
<input
|
||||
v-model.number="s.position"
|
||||
type="number"
|
||||
class="mt-1 h-9 w-16 rounded border border-neutral-300 px-2 text-sm"
|
||||
/>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user