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

fix(Checkbox): @change event value #1580

Merged
merged 2 commits into from
Mar 28, 2024
Merged

fix(Checkbox): @change event value #1580

merged 2 commits into from
Mar 28, 2024

Conversation

simoncdn
Copy link
Sponsor Contributor

@simoncdn simoncdn commented Mar 28, 2024

πŸ”— Linked issue

Resolves #1578

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

Fix the value emitted empty value by checkbox onChange

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@moshetanzer
Copy link
Collaborator

@simoncdn Haven't tested fix. However should be 'boolean' not 'bolean'. πŸ˜‰

@simoncdn simoncdn closed this Mar 28, 2024
@simoncdn simoncdn reopened this Mar 28, 2024
@benjamincanac benjamincanac changed the title fix(Checkbox): Change event value fix(Checkbox): @change event value Mar 28, 2024
@benjamincanac benjamincanac merged commit c98d6e3 into nuxt:dev Mar 28, 2024
3 checks passed
@benjamincanac
Copy link
Member

Thanks 😊

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.

Select all - Uncaught TypeError: Cannot read properties of undefined (reading 'checked')
4 participants