Add an array field type that stores a simple list of String, Number or Date values.
Hi, was there any progress on this one?
Related: #153. It might make sense to extend Array type created there to allow simple values and not just objects.
I'm rooting for you guys on this one ! I'm about to launch 4 new node projects and hope this gets added soon so I can use and support keystone :+1:
Any news, at all? This feature (simple, multi-value field) seems pretty fundamental and I was quite surprised to see it missing.
If anyone already started working on it - any code/pointers would be hugely appreciated.
The fields for String and Number types are done - see TextArray and NumberArray.
Not sure that we need to add a Date one. Comment here if you need it.
Can I use array of custom inline object?
For example, I have an order model, which contains many order details. I want the order header and its details to be in the same mongodb document. Is it possible in keystonejs?
Would love the ability to have an array of Type.Select
@Pylipala @QualityWorksCG open up a new issue if you think its a good new feature
Where can one find documentation of TextArray and NumberArray?
@JedWatson https://github.com/keystonejs/keystone/issues/1021 do you need to cut a new site update?
Would be nice to have for adding varying number of images to an article, recipe, or other list type item.
That is to say, an array of type Image or something.
Most helpful comment
Where can one find documentation of TextArray and NumberArray?