enthought / enthought/traitsui

`ChecklistEditor` does not update checkboxes to reflect internal state when items change

Open
#1,922 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.