percy / cli

The Percy CLI is used to interact with, and upload snapshots to, percy.io via the command line.
https://docs.percy.io/docs/cli-overview
70 stars 41 forks source link

Remove `checked` attr for radio-button by default #1558

Closed shantanuk-browserstack closed 3 months ago

shantanuk-browserstack commented 3 months ago

In the new behaviour, if any of the radio-button have checked attribute present in the dom by default, it will be removed by default.

Only those radio-buttons will have checked attribute present in their rendered dom which are currently in checked state i.e. element.checked returning true