filament icon indicating copy to clipboard operation
filament copied to clipboard

Form doesnt work with builder blocks and blockPreviews

Open InfinityXTech opened this issue 4 months ago • 0 comments

Package

filament/filament

Package Version

v3.2.113

Laravel Version

v11.26.0

Livewire Version

v3.5.9

PHP Version

8.3.8

Problem description

Two issues:

  1. If preview view has form element, create button doesn't work. Even tho the form is removed from html. (But create another button works)
  2. If we add multiple blocks with forms, second forms are not even removed from html. (pic)

image

Expected behavior

Work? :D

Steps to reproduce

Clone repo Composer install Migrate Add user Login /admin Go to admin/tests/create Pick block

Reproduction repository (issue will be closed if this is not valid)

https://github.com/InfinityXTech/filament-dynamic-fields-issue/tree/builder-block-issue

Relevant log output

No response

Donate 💰 to fund this issue

  • You can donate funding to this issue. We receive the money once the issue is completed & confirmed by you.
  • 100% of the funding will be distributed between the Filament core team to run all aspects of the project.
  • Thank you in advance for helping us make maintenance sustainable!
Fund with Polar

InfinityXTech avatar Oct 08 '24 04:10 InfinityXTech