fix(workflow) : WorkflowDrawer - input position natif (MalioInputText n'accepte pas les number)

This commit is contained in:
2026-05-19 20:48:56 +02:00
parent f86698e7cd
commit c1560468e6

View File

@@ -70,12 +70,14 @@
<input v-model="s.isFinal" type="checkbox" class="h-3 w-3" /> <input v-model="s.isFinal" type="checkbox" class="h-3 w-3" />
{{ $t('archive.statusFinal') }} {{ $t('archive.statusFinal') }}
</label> </label>
<MalioInputText <label class="flex flex-col text-xs text-neutral-700">
v-model.number="s.position" Position
label="Position" <input
input-class="!w-16" v-model.number="s.position"
type="number" type="number"
/> class="mt-1 h-9 w-16 rounded border border-neutral-300 px-2 text-sm"
/>
</label>
</div> </div>
</div> </div>
</div> </div>