devlinb / react-native-simple-survey

Simple to use JSON based survey component for React Native
MIT License
63 stars 28 forks source link

not compulsory questions #15

Open vikaskhandekar001 opened 4 years ago

vikaskhandekar001 commented 4 years ago

if i have qestions which are not mandatory then how to handle this

valentinkauth commented 4 years ago

Same problem here. I would love to be able to "skip" some multiple options questions without any option selected. e.g. minMultiSelect: 0, which currently throws an error for me.