Questions tagged [alpine.js]

Alpine.js is a minimal framework for composing JavaScript behavior in your markup.

932 questions
0
votes
2 answers

Laravel 7 show correct user on modal (popup)

all I have an admin panel for my Laravel 7 application and I want to have a popup modal when I hit the edit button. this modal should show the correct user selected but it doesn't ist just showing the last user (user 10 because I have it paginated…
user13444558
0
votes
1 answer

alpine.js - populating form data with button

I am trying to use alpine.js to update a form's action, and am running into some confusion. My code: