fateh999/react-native-paper-form-builder

Select not load dynamic data

Closed this issue · 1 comments

Hi,
I use a select that load dynamic data (managed with useState()), such as:

{
   type: 'select',
   name: 'select',
   label: 'select',
   options: listselect,
    variant: 'flat'
},

If I change type 'select' with 'autocomplete', it's load correctly data.
It is normal?

@temuccio can u please share your code example for me to achieve dyanmically load api data on option