Paste submit type button clashing with bootstrap styles/behaviour #1355
-
Hi! Our team discovered a problem/behaviour with Paste When clicking on the submit button and using However we would instead like to use the Paste loading state during request processing and then enable the button again after the request has finished: I am wondering if you have seen this issue before or might know how it could be solved? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
i've noticed this before, it's more of a Console issue than a Paste issue. have you tried using |
Beta Was this translation helpful? Give feedback.
-
Seems to come from Console-js. Can you try adding |
Beta Was this translation helpful? Give feedback.
-
Hi @vnguyen94 and @SiTaggart! I tried out both solutions and they both disabled the behaviour. Thanks for helping me out with this! |
Beta Was this translation helpful? Give feedback.
Hi @mirjammalksoo
Seems to come from Console-js. Can you try adding
data-no-spinner="true"
to the button and seeing is that disables the behavior?