r3
r3 copied to clipboard
app.block_inputs(true) does not block list actions
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.