Noxo
Dynamic form - CheckboxList issue
I have a part of a form that is generated automatically based on a template.
A value is selected in the first dropdown list. and the form below is built based on it.
I encountered a problem when after building the form, the CheckboxList field does not work correctly.
If you have any ideas, please let me know 🙏
19 replies
Pagination inside modal
Any idea how to implement pagination inside modal?
It would be ideal to implement infinite scrolling, but this is still a dream.
i tried a way with pagination component but got redirect to -
https://demo.test/livewire/update?page=3
with error:
The GET method is not supported for route livewire/update. Supported methods: POST.
My code:
Action class
Template file
4 replies
update url
I need to update the URL when the form is changed.
I have a simple form on my page:
It works great, but I need to update the URL GET parameters when the form is changed, similar to filters on the resource table.
I have no idea how to update the URL. I had investigated the table filters, but I didn't find what I need.
4 replies