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
The proper fix here is to create some sort of value widget container widget subclass. I think the list widget and tuple widget were the first (only?) widgets that used Container but also implemented a duck-type ValueWidget interface (but without actually subclassing). So if you want bind on those widgets, we should go back and create a proper value/container merge
RangeEdit, SliceEdit and FileEdit also inherits Container. I agree that these widgets should subclass ValueWidget at some points. In that sense, this issue will be a part of #372 .
I tried multiple inheritance and failed before, so I think we need a small refactoring of the widget classes. I will send a PR in a few day 😃
Describe the bug
Cannot use "bind" option with
ListEdit
andTupleEdit
in the main branch version.See #658 (comment)
To Reproduce
Expected behavior
"bind" should be processed similarly as other value widgets.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: