pharo-spec / Spec

Spec is a framework in Pharo for describing user interfaces.
MIT License
62 stars 65 forks source link

SpFilteringListPresenter selectedItems is missing #1623

Closed hernanmd closed 1 month ago

hernanmd commented 1 month ago

Example:

| list |
list := SpFilteringListPresenter new items: (1 to: 20); yourself.
list listPresenter beMultipleSelection.
list open.