Claudio Moscoso
Results
2
comments of
Claudio Moscoso
> I had a similar problem. In my case, adding transform property to wrapper styles helped: > > ``` > wrapperStyle={{ > transform: 'translate3d(0,0,0)', > }} > > > ```...
> Maybe not exactly the same issue but I had a similar problem that was solved adding the prop `allowsCustomValue={true}` https://nextui.org/docs/components/autocomplete#autocomplete-props That's a good temporary solution. the problem is I...