blakdronzer
blakdronzer
FFilament
Created by blakdronzer on 9/24/2023 in #❓┊help
Can we add widget to a form inside schema?
Hi, i was working on building a form where the user can be displayed a total Amount in inventory intems getting added (Sum total of money, etc) ... We can add in a widget out there as there is no practically use of fields out there!!
13 replies
FFilament
Created by blakdronzer on 9/20/2023 in #❓┊help
Option to search or add if not exists
I was looking to build a solution where user can either add a new item or select from existing one if exists. Is there a way / mechanism to deal with the same?
5 replies
FFilament
Created by blakdronzer on 9/19/2023 in #❓┊help
Need help updating value of hidden field via retrieving value from database and set
I have a scenario where user selects a value from dropdown and post that, we need to update the value of a hidden field basis on the record from the database. The very reason for the same is - it is also required for validation of other field. Can anyone help for the same?
25 replies
FFilament
Created by blakdronzer on 9/18/2023 in #❓┊help
Need help with Morph Relationship
I am trying to build the UI for user roles / permissions in filamentphp - one that uses spatie laravel permissions package. Now the role / permission have morphedToMany relation with user having the same stored in model_has_roles/model_has_permissions How to achieve the same with filamentphp - we do have MorphToSelect - but unfortunately am not clear as how to deal with it. Some help will be awesome
2 replies
FFilament
Created by blakdronzer on 9/18/2023 in #❓┊help
Issue with modal form
Hi, am working on creating a modal popup form for change password in edit mode in user resource. I have tried to workout a form as given in example but when i tried - the form dose not popup .. instead it makes a call to the given action which is expecting data on submission of the form. Can someone please help in the same?
5 replies
FFilament
Created by blakdronzer on 9/18/2023 in #❓┊help
Help for Roles / Permission for user
I was working on creating roles / permission management for users via filamentphp 3 - now the issue here is the relationship with tables. There are 2 important aspect to understand ... 1 - in the mode relation table with permission / role - there is a key that needs to be set - model_type 2 -in the same - also set the team_id by default Can anyone help as how can i set the same via filamentphp ?
36 replies