Homd
Explore posts from servershtml + limit in text column
Sorry for reopening the thread. But I have case that I want to show the excerpt of the field but don't want it to show all the html tag (u know, it looks weird for the user).
you can use this
which will strip any html tag and limit it by 50 words
6 replies
Action button within Custom Table Column
https://filamentphp.com/docs/2.x/tables/columns/custom
And define the logic on livewire.php generated
4 replies
Dynamically Hidden Repeater Is Not Working
I've dumped $get('exercise_type_id') and it's working as expected. But the value is only being updated on page load.
For example if I set the default value of my select to id of 1/2/3, it will obtain that value. But after page load finished, If I change it by form, the repeater does not get updated.
It just like the id checking only happening on mount() and not render()
11 replies
Relationship between two dependent select fields
I think here
Use $get instead
https://filamentphp.com/docs/2.x/forms/advanced#dependant-fields--components
11 replies