Filament bugs when submit form always show my custom modal & cannot close
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 Form :
Display when pressing the barcode button:
Display when pressing submit button:
Code for custom field component: https://github.com/mmuqiitf/app-filament-issue-3.x/blob/main/resources/views/forms/components/qr-code-input.blade.php
Check out my full repo about this problem : https://github.com/mmuqiitf/app-filament-issue-3.x
Please or to participate in this conversation.