enthought / enthought/traitsui
`ChecklistEditor` does not update checkboxes to reflect internal state when items change
Open
- Dominant language
- Python
- Stars
- 306
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
While the `CheckListEditor` correctly updates the checkboxes if the list is set to a new value (via the usual `update_object` path), there is nothing listeneing to the `items` of the list, and so in-place changes in the model don't update the UI.
This can be worked around by explicitly setting the trait, but it would be better to have listeners to the `items` of the value, if possible.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.