Submission not reactive in JSX ?
Hi,
I'm making a login form as such:
As usual I want to disable the login button while the login action is running. I created the
disabled
signal for that that just checks if the submission
is pending. But for some reason it doesn't update the page but still triggers the createEffect. Am I missing something ?2 Replies
Have you tried
Yup