You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two MaterialTextField, the first has a string's list attached on Choices property and the other one depends of that value to be filled with another string's list (At the beginning this list is empty). But if I choice the first option and try to select the second option throws this exception "The property Choices is null or empty", even though the ObservableCollection of the second MaterialTextField was filled after choice the first option.
With the previous nuget works fine.
The text was updated successfully, but these errors were encountered:
I have two MaterialTextField, the first has a string's list attached on Choices property and the other one depends of that value to be filled with another string's list (At the beginning this list is empty). But if I choice the first option and try to select the second option throws this exception "The property
Choices
is null or empty", even though the ObservableCollection of the second MaterialTextField was filled after choice the first option.With the previous nuget works fine.
The text was updated successfully, but these errors were encountered: