-
Hello, I'm struggling with a SelectView on a collection of custom structs for which I want to implement certain behaviour if a certain item is selected. However, when I do a "call_on_name" for that SelectView it keeps returning None as if there is no view available with that name. In the simplified code example I have 2 similar sets of functions:
What am I missing? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi, and thanks for the report! You'll need to specify the generic type of the |
Beta Was this translation helpful? Give feedback.
Hi, and thanks for the report!
You'll need to specify the generic type of the
SelectView
you are looking for. It defaults toString
otherwise, which is not that you want here.