Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added checked: element.checked to INPUT in elementConverters #1126

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

DennisHC
Copy link

@DennisHC DennisHC commented Aug 4, 2023

Issues

event["target"]["checked"] does not exist for checkbox inputs #1070

Solution

Added checked: element.checked to INPUT key in elementConverters map

Checklist

N/A

@DennisHC DennisHC marked this pull request as draft August 4, 2023 01:37
@Archmonger Archmonger marked this pull request as ready for review April 28, 2024 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

event["target"] value for radio input and checkboxes is always 'on'
2 participants