Prevent doubleclick actions

Not so long ago I realized I can send the same request twice everywhere in my application through doubleclicking a button. I could disable the button when the onclick-event triggers.
But I imagine this could be cumbersome to implement for every button.

Do you know of any solution which could prevent such a thing globally?

Hi @Moo,

The only global solution I can think of involves JavaScript and may not work well with Angular. We will consider implementing this as a built-in option during scaffolding.

1 Like