ludekbenedik

Results 8 comments of ludekbenedik

Hello @HeahDude, unfortunately, it does not work.

Expected result is: ``` array:5 [ 0 => "form" 1 => "collection_entry" 2 => "base_item" 3 => "concrete_item" 4 => "_main_concreteItems_entry" ] ``` And why? Because the order of the...

@morozov Hi, there is/was a issue which describes the same problem with discussion where someone describes and explains the problem with a low level reproduction. Someone else has written that...

Hi, is there a possibility to set empty_data to RepeatedType? Thanks

Hi, there is a sample showing a problem with form blocks. ```twig {% block collection_entry_row %} {# Not work if ConcreteItemType is used. #} {% if something|default(false) %} {# do...

Not works, the concrete item is not centered. ```twig {% block collection_entry_row %} {% if center|default(false) %} {% set row_attr = row_attr|merge({ class: (row_attr.class|default('') ~ ' text-center')|trim }) -%} {%...

Solution for version 10.2.0 (maybe earlier version too). ``` const options = [ { value: '', label: 'Select value', placeholder: true }, { value: 'a', label: 'A' }, { value:...

Solution for version 10.2.0 (maybe earlier version too). ``` const choices = [ { value: '', label: 'Select value', placeholder: true }, { value: 'a', label: 'A' }, { value:...