Form item setConfig ignores labelInline setting

When using setConfig on an item in a form, the “labelInline” value is ignored, or otherwise doesn’t work. I’ve seen this behavior in all versions of DHX 6 that I’ve tested. It’s a minor thing and I’ve been working around it, but I figured I should get around to bringing it to the developers’ attention.

Snippet sample

Unfortunaetly the dynamic changing of form config is not supported.
getItem().setConfig() method was deprecated. Currently, the only solution is to destroy the current form and create a new one with the needed config.