Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(powerselect): render correct slected option for choice questions (#…
…254) This is not using "includes" but strict equality checking to determine which option is selected. Without this fix, the wrong option is rendered when one option key is contained in another option key, because String.includes is called instead of Array.includes.
- Loading branch information