[AutoComplete] Menu items become invisible on dataSource changes #2575
Labels
bug 🐛
Something doesn't work
component: autocomplete
This is the name of the generic UI component, not the React module!
Found on 0.14.0-rc2.
I am using a simple array of strings as a datasource, and sporadically all or some menu items will become invisible. A gif is attached illustrating the issue. You can see at the end I am able to select a menu item which is complete invisible but stll clearly present.
I traced into things and found that the opacity on some menu items remains as 0, but I'm not sure what the cause is, though I suppose it may be transitions.
Note that this is happening with
animated={true}
andanimated={false}
.This is basically all my render method does:
The text was updated successfully, but these errors were encountered: