Page loading problem #1501
Unanswered
leidelosreyes
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why my page reloading when i'm start inputing on search input , here is the code.
watch(search, (value) => {
console.log(value);
Inertia.get(route('sample.index', { search: value }), {
preserveState: true,
replace: true
});
});
thanks!
Beta Was this translation helpful? Give feedback.
All reactions