devlinb/react-native-simple-survey

Deselect in multi select environment

Closed this issue · 4 comments

You cannot deselect elements by clicking again on them, if there is a limit of max 3 elements you can click on the same element 3 times to deselect all prior ones.

I never needed deselect so I didn't implement it!

Obviously for multi-select where the user can choose between 1 and n items, deselect should be implemented. My bad.

@devlinb Hi devlinb, I have no ideas how to write a snapshot test for SurveyScreen and SurveyCompletedScreen, could you give a help?

Hi @devlinb how can we achieve preselected answer for a specific question?

@Halfsoft @XW-Yanis

2.0 is a breaking change but it should do everything you need. Lots of new features, have fun!