Bruno
How do I render a livewire modal in my createResource????
I'm having a problem rendering my create button on my form, how do I solve it?
My first experience with livewire and filament
my code below:
Resource:
CreateExample.php:
rendering modalexample:
8 replies
Hiding the super_admin role
Hello everyone, user creation, I have a select with the roles (super_admin, panel_user, manager_user, seller_user), I would like to hide the super_admin information from the other roles.
I'm using filament shield plugin.
how do I do this?
8 replies
I need with Select Edit/View
I have a select where I define the user's role, according to the user's role a type of input appears to fill in, the creation is ok, it saves in the bank, but when editing and viewing the user this dynamic input does not appear, oh no unless I select my role again.
In the Select field I am using ->live().
In dynamic fields I am using ->visible()
how do I do this?
3 replies
Visible with Select, dynamic inputs
I have a select where I define the user's role, according to the user's role, a type of input appears to be filled in, the creation is ok, but in the user's edit and view this dynamic input does not appear.
In the Select field I am using ->live().
In dynamic fields I am using ->visible()
5 replies