Ridlafalah
anyone help please, how to make filter table reactive?
im using filter that chained like country state city,
if im select the country, then the state filter is only showing selected state based on the filter country and then so on same with the city,
but i can’t using ->live on form inside table filter, i want to achive same behaviour like inside form using live.
4 replies
How to use PostResource on both panel
i create 2 panel for separate admin panel and user panel with each has a different folder path (admin and user)
if i want to create a post resource where should i put the resource so i can access it on both pages, thanks.
12 replies
textinput numeric inside wizard still can type 'e'
im using generate to build a resources and customize the layout with wizard and accidentally type 'e' and it appears on the textinput, is anyone also has the same ?
ps : is anyone know how to disable or move default action button resouce when create/edit cz i didn’t find it on the documentation .
2 replies
datepicker format not working inside wizard
i create 2 resources 1 build with wizard with date component, other just default resource without wizard, both are has datepicker component with same code format, but the one component inside the wizard(on create) are not has the same behavior like the other one, is anyone can help, thnaks.
cc : @Dan Harrin
heres the code, same on both resources.
Forms\Components\DatePicker::make('birth_date')
->displayFormat('d-M-Y')
->native(false)
->required(),
5 replies