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

SelectionView Radio button Give Null in SelectedItems for the first time if not clicked on it #100

Closed
prasad2694 opened this issue Mar 22, 2019 · 3 comments
Labels
bug Something isn't working target-xamarin

Comments

@prasad2694
Copy link

prasad2694 commented Mar 22, 2019

image

can u help me how can i deselect all the radio button from start.
i am facing an issue until a user does not select or click any radio button i get null in selecteditems,
so i want for the first time none of the radio button is selected

i am using SelectionView

i also tried with selected index but index is not working correctly as for the first time index is always 1 for the radio button 1 but it should be 0 but on clicking on 2nd radio button the index is 1 and again if i click on radio button 1 the index is 0 now

@enisn
Copy link
Owner

enisn commented Mar 22, 2019

It looks like an initialization problem of SelectionView.
I'm adding this bug to TODO list.

@enisn enisn added the bug Something isn't working label Mar 22, 2019
@enisn
Copy link
Owner

enisn commented Mar 25, 2019

@prasad2694
Can you try new version v3.0.3

That problem should be fixed at

@enisn
Copy link
Owner

enisn commented Mar 25, 2019

I've just tried, I got the result. If it doesn't work at your project, re-open this issue. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working target-xamarin
Projects
None yet
Development

No branches or pull requests

2 participants