-
Although the selected value can be obtained, it always reports an error? |
Beta Was this translation helpful? Give feedback.
Answered by
mhsmith
Jan 23, 2024
Replies: 1 comment 5 replies
-
You’ve provided absolutely no context for this question, so it’s impossible to answer. You haven’t told us which widget you’re using, or how you’re using it. Without details, we can’t determine if you’ve found a legitimate bug, or it’s an error of usage. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As the documentation says,
widget.selection
returnsNone
if no row is currently selected, so your code will have to handle that.On some platforms, it's possible that there will be an intermediate
None
state every time the selection switches from one row to another.