[Bug] Multiple Repeatable Field save content of the first one in every field
See original GitHub issueBug report
What I did
After updating from 4.1.15 to 4.1.19 content with multiple repeatable field save for every field the content of the first one losing data.
What I expected to happen
Every field should save self data.
What happened
Seems js of repeatable overwrite value of input
What I’ve already tried to fix it
No
Backpack, Laravel, PHP, DB version
When I run php artisan backpack:version
the output is:
PHP VERSION:
PHP 7.4.3 (cli) (built: May 26 2020 12:24:22) ( NTS ) Copyright © The PHP Group Zend Engine v3.4.0, Copyright © Zend Technologies with Zend OPcache v7.4.3, Copyright ©, by Zend Technologies
LARAVEL VERSION:
v7.26.0@f64299a11dedaaadf1cfff07b2b3220a9b791837
BACKPACK VERSION:
4.1.19@a47eeda32d08d0d47a3c820416c8a8f880752b80
Look at fields: interview, personalData, career, social
Before save content was:
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Unable to properly save field with multiple inputs when repeated
I've been working with the address field example and it appears that it is incompatible with the repeating option. Any data entered doesn't...
Read more >ACF Repeater sub-fields are losing / swapping content when ...
The content doesn't swap over in the fields that are hidden, but the other fields showing do. This is very strange behaviour and...
Read more >How can I save repeatable fields with one value inside an array?
The problem: I wrote this topic, because I have some issues with saving values from one variable in an array. When I save...
Read more >Simple Repeatable Fields - Pods Docs
Simple Repeatable Fields will allow you to repeat many different types of fields. Simple Repeatable Fields were added in Pods 2.9.
Read more >Repeater Field Bug edits made on one version appear to be ...
When making edits to a products technical information (repeater field) across multiple language; edits made on one version of the product ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It is verified that it was solved. Thank you very much.
I am on it. Pretty sure it’s a bug I introduced yesterday. It should be an easy fix. Sorry for that, I will let you know here when I come up with a solution.
Best