tsayen / dom-to-image

Generates an image from a DOM node using HTML5 canvas
Other
10.21k stars 1.68k forks source link

it can only capture checkbox's checked state in default, once it changed, it can't be captured #437

Open Freya8080 opened 1 year ago

Freya8080 commented 1 year ago

Use case: description, code

it can only capture checkbox's checked state in default, once it changed, it can't be captured

Expected behavior

firstly, the checkbox is selected, which means it is checked in default, When the user unchecks the box, it should capture the unchecked status

Actual behavior (stack traces, console logs etc)

it can not captured when the checked state is changed.

Library version

Browsers