ico
Filament v2 Form Builder Disable inner repeater
So in the Toggle
afterStateUpddated
i modify the $disableReturnQuantityRepeater
property and in the Repeater disableItemCreation
method i disable the current repeater based on the data inside the $disableReturnQuantityRepeater
with is with a structure repeater index => true/false
4 replies
Filament v2 Form Builder: How to add button in Repeater ?
Or event better https://filamentphp.com/docs/2.x/forms/fields#view
5 replies
Filament v2 Form Builder: How to add button in Repeater ?
What i just found is that i could do a ViewField in witch i have a button. Witch when clicked will dispatch a event. But how do i catch the index of the repeater so i can send it to the ViewField ?
5 replies
Filament v3 not detecting Tailwind classes
The problem is not that it doesn't detect the tailwind classes .....the problem is that tailwind doesn't support bg coloring on a input.
From what i see i made it from 'bg-green-200' to text-green-200 and it worked it colored the text
27 replies