Environment
- Package version(s):
@blueprintjs/core: 6.10.0
- Operating System:
Windows 10 Home Edition
- Browser name and version:
Google Chrome 146.0.7680.178
Code Sandbox
Can be reproduced on the Blueprint docs page:
https://blueprintjs.com/docs/#core/components/switch
Steps to reproduce
- Open the link mentioned above
- Open developer console and find the input corresponding to the switch with value true, note it has attribute checked:
- Now click on this switch and change its value to false
Actual behavior
The input still has the attribute checked:
Expected behavior
Attribute checked is removed from the input.
The same is true for radio buttons.
Possible solution
None
Environment
@blueprintjs/core: 6.10.0
Windows 10 Home Edition
Google Chrome 146.0.7680.178
Code Sandbox
Can be reproduced on the Blueprint docs page:
https://blueprintjs.com/docs/#core/components/switch
Steps to reproduce
Actual behavior
The input still has the attribute checked:
Expected behavior
Attribute checked is removed from the input.
The same is true for radio buttons.
Possible solution
None