Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

v2.0.4: [FIX] Mismatch a marked item on MultiSelect. (#246)

Compare
Choose a tag to compare
@AlecAivazis AlecAivazis released this 24 Aug 02:40
· 70 commits to master since this release
* Fix MultiSelectQuestionTemplate.

- To check a marked option, It is not that compares an index on for-loop but that compares an index on an option.

* Added a test for marked paginating.