Prasad Tandel

Results 5 comments of Prasad Tandel

@travist Thanks for your solution, it totally works for me. One more addition to it to make it little optimized ```javascript import {Formio} from 'formiojs'; // Sequence let index =...

Any updates on this? I am stuck on this issue!

@ukrbublik Form1 is a form name, not a group. We have a list of forms, so in group condition we want to select one form

I did manage to change it select by overriding the widget config ``` config.types['!group'] = { ...config.types['!group'], mainWidget: 'select', }; ``` And my form field looks like this ``` form...

I am only using react-native-paper-dates lib, not using entire react-native-paper lib. Is there any way to fix this in such case?