Open
Description
Package
filament/filament
Package Version
v3.3.4
Laravel Version
v.12.3.0
Livewire Version
v3.6.2
PHP Version
8.3.9
Problem description
I am creating a new field called QrCodeInput
that has a custom modal in it. The modal contains a camera that will read the QR Code and display the result in the input text, I managed to create that part without any problems. But there is a problem when I submit through the form, the modal always appears. Please help me ASAP about this problem, because I did not find this problem in other issues.
Display when pressing the barcode button:
Display when pressing submit button:
Expected behavior
When submitting the form, my custom modal will not appear on the user interface.
Steps to reproduce
- Just clone my repo
- composer install && npm install
- Run npm run dev
- Run it on browser with https only because it's required the camera access (example: https://app-filament-issue-3.x.test/admin)
- Login using a default credentials from filament-issue
- Access to Scan QR Code Page
- Click submit form
Reproduction repository (issue will be closed if this is not valid)
https://github.com/mmuqiitf/app-filament-issue-3.x
Relevant log output
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo