Ah apologies, I was on “latest” tag and i tried cke-simple and country-selector, they weren’t working on latest.
I just changed to “3.4.0” specific tag and they are showing up now.
But I still don’t know how to use the combined-editor.
It accesses two other fields called a and b and writes the value in the current field. So you create two number fields for example or two string fields.
Since the post is still open, I just want to ask if anyone tried adding a custom editor in an Array Object?
eg. I got two dropdown lists coming from two custom editors, one making use of combined editor onFormValueChanged sample above to capture the value from parent dropdown and load the child dropdown.
It works fine for normal root level UI but I’m stuck when I need to place it inside Array Object UI…may be I have to take a different approach for this but is there a way to make the custom editors inside have a unique field id or pass the array object item id somehow?
Might be a silly question but any 5cents is much appreciated.