Simple List

Is it possible to just show as a simple input field rather than an expansionpanel?

[original thread by FBurner]

Do I understand correctly that you want to render a single input field for the whole array, for example by displaying its entries comma separated? If yes then you’ll need to implement this as a custom renderer.

If you would like more of a table format instead of an expansion panel you could trigger the array table renderer by only having a string/number etc. as the items of the array or an object with only primitive types. By default the table renderer is used in that case. Based on your other question I think you now already found that :wink: