just going to type-in, is this possible without the source and option used? If yes, can you share the updated dialog as if I remove option it not works
Thanks.I tried like below:<testjcr:primaryType="nt:unstructured"sling:resourceType="granite/ui/components/coral/foundation/form/autocomplete"fieldLabel="Test"multiple="{Boolean}true"name="./test"><optionsjcr:primaryType="nt:unstructured"sling:resourceType="granite/ui/components/coral/foundation/form...
Hi Arun, I need the authorable field to be displayed like below (without the path browse / list call):Do you think Multifield will work here? Or any other options there?
Hi,I would like to have like this filed in my component without the list or open selection, just an empty field where I can enter multiple values:Can someone share the dialog for the same as well as any special implementation (class level) required to store these values?
I tested it. Yes, there might be some issues with TextUtil or somewhere else but not fully sure as it works in other places. Is there any other option to handle this formatting?
For the below code getting Vulnerability, can someone assist with what to write instead:@Override public List<OptionItem> getCustomItems() { return customItems; } Passing this @Override public List<OptionItem> getCustomItems() { return List.copyOf(customItems); } @Override publi...