r3 icon indicating copy to clipboard operation
r3 copied to clipboard

app.block_inputs(true) does not block list actions

Open TechInterMezzo opened this issue 6 months ago • 3 comments

When I use app.block_inputs(true) on a form it doesn't disable the new button of list fields. Is this a bug or am I using the function for the wrong purpose?

I am blocking the inputs while checking/waiting for the result of an async rest call from the backend.

TechInterMezzo avatar Aug 01 '24 09:08 TechInterMezzo