Vazaios
Vazaios
FFilament
Created by Glebka on 8/27/2024 in #❓┊help
Can update password but can't see it in edit page
Yes as @Leandro Ferreira said, this is used to have the "eye icon" to show what the user is currently typing
9 replies
FFilament
Created by Glebka on 8/27/2024 in #❓┊help
Can update password but can't see it in edit page
You should not be able to see password. Password are hashed. It's a security issue if you could see a saved password in your form
9 replies
FFilament
Created by Vazaios on 7/7/2024 in #❓┊help
Is it not possible to have 2 forms inside a resource form?
No they key is not changing. The components do not have forms in them
8 replies
FFilament
Created by Vazaios on 7/7/2024 in #❓┊help
Is it not possible to have 2 forms inside a resource form?
I do not have 2 forms. I have on form (which is the form of my resource) and then I have 2 custom livewire components that are being rendered inside that form
8 replies
FFilament
Created by Vazaios on 6/30/2024 in #❓┊help
Custom Livewire component that sets a new item to the repeater component inside the resource's form
I managed to do something with that using event & listeners. Basically I dispatch an event $this->dispatch('scannedQrcode', $qrcode); and then on the CreteOrder page (the create page of your resource) I listen for that event #[On('scannedQrcode')] public function addScannedProduct($qrcode) { // your logic }
3 replies
FFilament
Created by Vazaios on 5/9/2024 in #❓┊help
Modify Relation Manager query and get data that are not only related to ownerRecord
Hmm for some reason your query does not get me the data that are not related to the owner record
3 replies
FFilament
Created by Leepay Lon (Dmitry) on 11/6/2023 in #❓┊help
Trim each input
No description
7 replies