Disabling Submit Button During Network Requests

Hello - I am experiencing an issue where a "Submit" button is disabled but it does not show as disabled. For example, on a Create resource page. I have ->reactive() fields on the form. If one of those is modified and the network request is pending, the Submit button does not display a loading indicator or indicate that it is disabled in any way. But if the submit button is clicked while the network request is pending, nothing happens. This also happens in custom forms and modals. Is there a way to show the user that the Submit button is disabled during a pending network request? It create a bad experience for the user when they click Submit without being told that the button is actually disabled. Thank you
3 Replies
bwurtz999
bwurtz999OP3w ago
Anyone have an idea about this?
toeknee
toeknee3w ago
The submit button should be disabled during network requests with a loading indicator. You can also add a whole loading indicator loading display too
bwurtz999
bwurtz999OP3w ago
It's disabled but the loading indicator only shows while the form is submitting. Is there a way to show the loading indicator while other network requests are processing?

Did you find this page helpful?