Closed Xyzor closed 5 years ago
it looks like it is not intentional, I'll investigate this. in a meantime, if you have any suggestions please go ahead
The cause of null dropdown is probably my bad.
I just found out the provided content is an empty array.
I'm playing with the master branch and it looks like the this.dropdown parameter is always null.
Also it gets value 2 times, once in the constructor ref callback:
this.dropdown = React.createRef();
and once in theIs that intentional?