- πΊπ¦Ukraine t1mm1 Kiev
I did add 'remove' button. Will add patch after testing and code review on our project. Currently it was tested on D10 only.
- First commit to issue fork.
- π΅π°Pakistan hmdnawaz
@t1mm1
Can you please add the patch or describe how you did it?
- πΈπ¦Saudi Arabia samaphp Riyadh, SA πΈπ¦
samaphp β changed the visibility of the branch 3185539-add-a-delete to hidden.
- πΈπ¦Saudi Arabia samaphp Riyadh, SA πΈπ¦
samaphp β changed the visibility of the branch 3185539-add-a-delete to active.
- π§πͺBelgium stijn.blomme
stijn.blomme β made their first commit to this issueβs fork.
- Status changed to Needs review
2 months ago 2:16pm 6 September 2024 - π§πͺBelgium stijn.blomme
I have altered the code from the above core issue and added it to the multivalue form element.
Please test
- π§πͺBelgium stijn.blomme
stijn.blomme β changed the visibility of the branch 3185539-add-a-delete to hidden.
- π§πͺBelgium stijn.blomme
stijn.blomme β changed the visibility of the branch 3185539-add-a-delete to active.
- π·πΈSerbia super_romeo Belgrade
Need to replace
unset($delta_values['_weight']);
with
unset($delta_values['_weight'], $delta_values['_actions']);
To make the search for empty fields work properly.