Current repeatable field allows to use the following field types:
Editor
Media
Number
Text
TextArea
A date input helper is missing. The core form field Calendar could be added to the list.
Example use cases: Enter multiple, re-occurring event dates; CV dates like education times, or working locations with time frames.
Type parameter should list a calendar field type to allow input of accurate dates.
BTW, the sub-fields do not allow any further customization. No options can be set. Are there any thoughts on this or any technical approach...? For instance, set the editor to use a certain profile and toolbar; reduce the calendar display options; format the date; etc.
To be fair, all Field Types should be added to the list for Repeatable Field (https://github.com/joomla/joomla-cms/pull/20243). There is a case use for all of them. So other than Calendar, also List, Radio, Checkboxes, Colour, User, etc, all of them should be available.
And yes, all Fields should also come with with their respective options that they each have. So the maximum length, the filter for text, the editor options for editor, etc.
It should essentially be a SubFields creations inside one Field.
Also, as @woluweb suggested previously, it would be cool to be able to select from already existing fields instead of "creating" one.
Another issue, a Media field should output the img tag like a normal Media Field does, not the image path, not sure why it outputs the image path in the repeatable field.
@roland-d
@AndySDH Yeah, all(!) what you are describing is exactly what we have in #22446 . Lets keep the discussion there, so I think this issue can be closed (as we have a PR?)
@contiga Sure! Just as long as we make sure to keep it under one field. So let's revamp upon the repeatable field, no need for a separate one :)
I agree :smile:
What we really need is not only support for more fields but that you can choose an already existing custom field.
You know, @continga, supporting existing custom fields would make it even MUCH MORE EASIER. So you don't have to replicate all the settings for each field inside the field creation, you just use the ones from existing fields.
This is going to be fun to document after 4.0.
The repeatable form field was removed. Not the repeatable custom field,
that’s actually subform. But it’s not called subform because “reasons”.
On Fri, Oct 19, 2018 at 8:06 AM AndySDH notifications@github.com wrote:
@contiga Sure! Just as long as we make sure to keep it under one field. So
let's revamp upon the repeatable field, no need for a separate one :)—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/joomla/joomla-cms/issues/22415#issuecomment-431356564,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAWfoa12JH66VHijlqCDKE0ffCKJymxzks5umc5LgaJpZM4W9fPH
.>
@mbabker Right! We'll probably ending up renaming this while we are at it.
Maybe I misunderstood the "already existing custom field" sentence. We really need to work on the word choices... Confusing. I thought you were talking about custom field types (as per, plugins installed from the JED e.g.), not about already existing custom fields
Maybe I misunderstood the "already existing custom field" sentence. We really need to work on the word choices... Confusing. I thought you were talking about custom field types (as per, plugins installed from the JED e.g.), not about already existing custom fields
Right yes. The idea is use already existing Custom Fields.
Would make it more easy and also can save some time. Say you need to re-use a custom field in multiple subforms. You create it only once and then you can load it into different subforms/subfields.
What do you think?
Let's move discussion over at #22446
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/22415
closed as Discussion is on #22446. Please reopen if i'm wrong.
Most helpful comment
What we really need is not only support for more fields but that you can choose an already existing custom field.