framework
framework copied to clipboard
Refactor the infinite field
Rewrite the infinite field.
Hello ! When will this feature available in 2.0 version?
Thank you.
Note: I´m glad with the update from today !!
@dgines No time yet defined.
On release 2.1, we focus on enhancing the new field API and simplify the creation of custom fields for users. Not sure if I can make it as well with the infinite field.
Nonetheless, as the field needs some refactoring due to storage issues, perhaps you can provide more details on what case you might expect to use it and how. Your feedback can really help here :)
For example: I have to create multiple "Product Kits". (1 -> n) Kit gots: productID´s, imageKit.
In your case, I suppose that the way products should be added is "dynamic". Like you have a list of all available products and then on another list, you add the required one. Is that correct ?
That´s it !
Hello,
I'm using 1.3 version and using infinite fields as in the example below. The user can add, sort and remove the desired items and each post can have their list
How to do this in 2.0 version? Thank you
There is no infinite field for the moment on 2.0. It will be implemented back at some point but I can't give you a date.
Thanks, no problem.
There an another way to do this, or similar, in actual version?
@nathanopereira It depends on what you're trying to do but you could setup a custom post type and then use the new Field::choice
field to define a select field where your end-user can select the sales contact.
Hello, any update on this ? The framework is awesome and I’m so excited to use it in a real project but the lack of a repeater/infinite field prevent me to do so, I’m so used to it in ACF, it’s just really convenient. Nonetheless, thanks for your great work !
It would be a great addition 😎 ACF database schema is really ugly 🤢