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: do not throw when setting checkbox-group value to null #7933

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

web-padawan
Copy link
Member

Description

Updated some logic in vaadin-checkbox-group to not throw error when value is set to null (which is technically possible to do from JS even though we enforce the property type in .d.ts to be an array of strings).

Type of change

  • Bugfix

Copy link

sonarcloud bot commented Oct 3, 2024

@web-padawan web-padawan merged commit 7dbd5dc into main Oct 4, 2024
9 checks passed
@web-padawan web-padawan deleted the fix/cbg-handle-null-value branch October 4, 2024 07:23
web-padawan added a commit that referenced this pull request Oct 4, 2024
…7934)

Co-authored-by: Serhii Kulykov <iamkulykov@gmail.com>
web-padawan added a commit that referenced this pull request Oct 4, 2024
…7935)

Co-authored-by: Serhii Kulykov <iamkulykov@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants