Closed web-padawan closed 2 weeks ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
This ticket/PR has been released with Vaadin 24.6.0.alpha4 and is also targeting the upcoming stable 24.6.0 version.
Description
Currently the Lit version breaks with read-only group where there is an infinite loop (as far as I understand it's related to calling
rebuild()
). Changingvalue
property to usesync: true
fixes that.Note: I though that it makes sense to also update
name
andreadonly
so that the component works consistently in terms of updating radio buttons (as e.g.disabled
property is already usingsync
as well asvalue
).Type of change