Closed TYueksel closed 4 years ago
It is not possible to add attributes without values like 'disabled' for html buttons. A workaround like setAttribute("disabled", "") does not work also, since it injects " disabled='' " into the html, which does not disable buttons.
Thanks for your report.
It is not possible to add attributes without values like 'disabled' for html buttons. A workaround like setAttribute("disabled", "") does not work also, since it injects " disabled='' " into the html, which does not disable buttons.