Adnan Yalahow
Hide action based on form change
I added an action button to my form for example Approve that changes some status, but in edit page when user makes change in the form he can forget to save changes and just click approve which will trigger the previous data so how can I hide the approve action button immediately after form changes are made?
4 replies
make create and create buttons always display on form screen even when scrolling
It's quite boring to go all the way down to save changes while i only made change to my top input so is there any way filament to make these buttons fixed
15 replies
weird select option behavior on relationship
i have this select option
when am in create form no data is displayed in the select options and on edit the name of the customer can bee seen as label
on the otherhand if I comment the relationship function the opposite happens in create the select option is ok but in edit i see the id and not the name I need help Please
17 replies
relationship won't delete if repeater is empty when updating the form
I am trying to update my receipt form and there is repeater with relationship() that is only shown when receipt_to is customer but if I try to update with may be supplier and the repeater is empty and hidden in this case then in the relationship table there is still previous data for the customer and it should have removed.
is there anyway I could handle this
2 replies