primeui icon indicating copy to clipboard operation
primeui copied to clipboard

Ability to disable all buttons with puidialog when background process working

Open Sellec opened this issue 5 years ago • 0 comments

Is there any way to disable all footer buttons and header icon buttons? For example, one of buttons starts ajax request and all other elements like buttons and input fields must be unavailable until the request ends. Disabling buttons with $("...ui-button") is tricky and not beatiful way. The better way is to have one method to do this.

Sellec avatar Jan 19 '20 16:01 Sellec