1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

fix issue with options not being displayed on new line

This commit is contained in:
Peter Clement 2021-08-25 17:00:15 +01:00
parent 725b9bb6e2
commit 84350933d4

View file

@ -272,7 +272,7 @@
{:else if field.type === "array"}
<ValuesList
label="Options (one per line)"
bind:values={field.constraints.inclusion}
bind:values={field.constraints.inclusion[0]}
/>
{:else if field.type === "datetime"}
<DatePicker