You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
now I am implementing the creation of a field inside the Repeater layout, and when creating a new Repeater item, the field appears in the newly created one, and disappears in the previous items. Do you have any ideas how to implement working with the Repeater layout?
How to reproduce the bug
When I add a CanvasPointerField inside the Repeater and click AddItemButton, the CanvasPointerField in the previous Repeater item disappears
2024-09-09.15.00.12.mov
Forms\Components\Repeater::make('body')
->columnSpanFull()
->schema([
CanvasPointerField::make('points')
->pointRadius(15) // default is 5
->imageUrl('https://avatars.githubusercontent.com/u/97165289')
->width(200) // required
->height(200) // required
->label('Select body parts that are in pain')
->columnSpanFull(),
]),
Package Version
1.0.3
PHP Version
8.3
Laravel Version
11
Which operating systems does with happen with?
macOS, Windows, Linux
Notes
No response
The text was updated successfully, but these errors were encountered:
Actually, disappears in almost all dynamic elements that are not visible when the page is loaded. Same issue with Form Steps: if CanvasPointerField is NOT in the first step that's visible on page load, it won't be visible at all
What happened?
Hi,
now I am implementing the creation of a field inside the Repeater layout, and when creating a new Repeater item, the field appears in the newly created one, and disappears in the previous items. Do you have any ideas how to implement working with the Repeater layout?
How to reproduce the bug
When I add a CanvasPointerField inside the Repeater and click AddItemButton, the CanvasPointerField in the previous Repeater item disappears
2024-09-09.15.00.12.mov
Package Version
1.0.3
PHP Version
8.3
Laravel Version
11
Which operating systems does with happen with?
macOS, Windows, Linux
Notes
No response
The text was updated successfully, but these errors were encountered: