Enable/Disable a Button
Hi experts, just seeking for advice. I have a use case wherein on initial load,the buttons are disabled. These buttons should be enabled when there are changes in the input text and selection box.
I was able to check if there are pending changes by checking the transaction's isDirty status. But I can't find a way how to enable the button, once the user is starting to type in inputbox. any ideas or tips? Thanks...