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: correct toggle button type #2651

Merged
merged 1 commit into from
Apr 9, 2021

Conversation

lukewalczak
Copy link
Member

Fixes: #2578

Summary

Correct types in ToggleButton.Group where the value can be null e.g. when neither option is selected.

Test plan

CI should pass.

@callstack-bot
Copy link

Hey @lukewalczak, thank you for your pull request 🤗. The documentation from this branch can be viewed here.

@github-actions
Copy link

github-actions bot commented Apr 8, 2021

The mobile version of example app from this branch is ready! You can see it here

.

@lukewalczak lukewalczak merged commit 3593cd5 into main Apr 9, 2021
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.

onValueChange in ToggleButton.Group is called with null
3 participants