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
Hi, I'm not sure whether I'm missing something here.
In my code, I keep a list of items (DeviceInfoModel) which I need to mutate at runtime. I'd like to represent these as a pick list. All the existing examples (pick_list and game_of_life) use statically typed enumerations as pick list backing, so those do not represent my usecase.
Hi, I'm not sure whether I'm missing something here.
In my code, I keep a list of items (DeviceInfoModel) which I need to mutate at runtime. I'd like to represent these as a pick list. All the existing examples (pick_list and game_of_life) use statically typed enumerations as pick list backing, so those do not represent my usecase.
My code looks like this (simplified):
If you click on an item, the view does not "update" correctly, the first item is still selected.
The text was updated successfully, but these errors were encountered: