Help with custom field
I have a custom input field that works great in any normal form, but in a repeater, whenever a value is entered into one item in a repeater, the same value is applied to the field in all the other repeater items as well. I suspect that it's related to the blade file, but I have no idea how to go about fixing it. Even some steps to take to investigate would be super helpful.
1 Reply
it has something to do with $getStatePath(), and I think I need to somehow use absoluteStatePath instead.
I was able to do this and at least get the ID on the input to match the absolute state path, so it's no longer just like
my-field
, now it's mountedTableActionsData.0.lines.my-field
I think it's a step in the right direction, but it didn't resolve the issue.