Hi Dojo,
I have a dom definition where I can have some sections that can have multiple instances.
Are there any ways to define how they are visualized in the forms component for the low code apps?
Currently when i'm creating new ones, i just get an auto increment, but i would much rather add my own identifier.
e.g. where the 1 is shown below, I would like to have a field of my choice
Hi Ive,
Currently the name of the section definition (appended with a number in case there are multiple instances) is shown in the tab name.
As far as I know there currently is no way to have another name for a section as this is stored on the DOM section definition (see section definition). A possible solution could be to allow a naming format on the section definition as is done for DOM instances (see DomInstanceNameDefinition).
That makes perfect sense but I believe that will require a software extension.
Hi Sebastian,
My main concern is replacing the number with something of my choice.
If I have 10 label sections, I prefer not to have to go through all tabs to find the one I’m looking for.