zap icon indicating copy to clipboard operation
zap copied to clipboard

How to enter ARRAYs?

Open tecimovic opened this issue 2 years ago • 5 comments

People have problems with array attributes. How do they enter default values?

It would be reasonable to be able to type "1,2,3,4" into that field.

tecimovic avatar Jul 21 '22 12:07 tecimovic

So essentially: if the type of the attribute is an ARRAY, allow people to type in a comma-separate list of values and store it in the database.

tecimovic avatar Jul 21 '22 13:07 tecimovic

Struct idea: struct is represented as: { a,b,c } array of structs: {a,b,c},{a1,b1,c1} array of string: "string1",string2,"string3,with,comma"

tecimovic avatar Oct 07 '22 14:10 tecimovic

Validation should tell you what the right format is.

tecimovic avatar Oct 07 '22 14:10 tecimovic

Is this still being worked on? I'm particularly interested in the struct entry as it applies to the FixedLabel attribute. It would be very helpful if there was a way of entering the label contents directly from Zap.

jvmahon avatar Oct 04 '23 17:10 jvmahon

as for me, i haven't worked on this issue yet.

tbrkollar avatar Oct 11 '23 13:10 tbrkollar