0👍
for this kind of thing, you can just use regular ajax/fetch request to do it.
Inertia still utilize laravel for routing, so it’s kind of impossible to do that kind of form request without some kind of request or redirection.
Even inertia.js
creator also support using xhr/fetch request with inertia.
- [Vuejs]-Tailwind CSS with Nuxt3 grow text-area size dynamically
- [Vuejs]-How to insert other values into table column Vue3 Element-plus
Source:stackexchange.com