I have the following button:
<button id="=" style=width:150px;height:150px;font-size:100px; onclick="equalFunction()" disabled="true">=</button>
however in the disabled="true"
my IDE recognizes the "true"
value to be the "wrong attribut value" does anyone know how to solve this? The code still works, its just annoying to see it be highlighted.