Select not load dynamic data
Closed this issue · 1 comments
temuccio commented
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?
visharma14 commented
@temuccio can u please share your code example for me to achieve dyanmically load api data on option