manuel-adan
manuel-adan
I found that having a pattern with a field that has the same name as a source field, if the pattern field is empty but the source field is mapped...
Initial approach to make form fields be processed. This proposes an additional / alternate way to define pattern fields content in render arrays, by adding them as direct regular render...
I tried to render a form with UI Patterns as follows: ``` $pattern_fields = [ 'title' => $this->t('Explore our catalog'), 'lead' => [ 'text' => [ '#type' => 'textfield', '#required'...