Lock screen during Ajax callbacks

Description

Used to lock the screen during an Ajax callback. This prevents the user from initiating a subsequent callback until the initial callback has completed

Discussion

Specify if the screen should be locked (to prevent any further interaction with the component) when an Ajax callback is made. The screen lock will be removed when the Ajax callback completes.

Lock screen during Ajax callbacks