Better Disabled Button or Link Protection
182
Views
1
Comments
New
Frontend (App Interfaces)

Hi All


Currently, setting a button or link's "Enabled" property just adds the "disabled='disabled' " property to the HTML element. This is easily bypassed by anyone with very basic HTML understanding. 


I know that user actions should always be validated in the server regardless, however some better out-of-the-box protection would be a nice inclusion to the platform


Regards,

   CLSJ

This is by design of an html page.  In order to better restrict the functionality of the button, a conditional if should be enclosed around the button to prevent use.