List - collection of fields #734
Replies: 2 comments 2 replies
-
This would be great. I had use cases for this. |
Beta Was this translation helpful? Give feedback.
-
Definitely a nice to have. I'm just curious about the use cases, what would you use this field for? Some time ago I tried to implement this, the only problem is it takes time since we need to decouple the field initialization logic from form.ts to create new field instances and correctly initialize events, independently from forms. @RWDevelopment I'm not sure why you added dot prefixes to the field names. I think it can be integrated as an enhanced array field. We already can enable or disable the key field, this enhancement will only change the value part. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It is not an original idea. This field is used to create collections of fields. It is like Grav CMS list
This kind of field allows to add any Formwork CMS fields to make complex collection of fileds.
eg.
This field can exchange array field or exist simultaneously with it.
Beta Was this translation helpful? Give feedback.
All reactions