XamarinCommunityToolkit
XamarinCommunityToolkit copied to clipboard
[Bug]
Description
I am using StateView control in my project. There are some issue stateview with picker control. I am getting unhandled null reference exception.
Stack Trace
unhandled exception value cannot be null.
Steps to Reproduce
- Create three state in the StateView.
- Add Picker control in the second state
- When you change first state to second stat. picker control properly show and I am able to select values from picker. 4 When I change second state to third state on the page.
- Then I am getting unhandled unhandled exception on the page.
- All code run successfully but application crashed.
Expected Behavior
Change second state to third state.
Actual Behavior
Application crashed
Basic Information
Xamarin forms : 5.0.0.2478 xamarin community toolkit : 2.0.2 Platform : Android & Ios
@riturajpandey Can you share the stack trace of the exception?
Also can you please provide a sample reproducing the issue?