Adding a view to a form using addView() does not apply elementsConfig to the added view

I have a form that I dynamically populate with views/controls at runtime.

I noticed that the config values in elementsConfig of the form is not being applied to the newly added child views.

Is this a bug?

It’s a normal behavior, as elementsConfig is processed only on form initialization and won’t affect on newly added items.