Closed barron9 closed 6 years ago
This can be resolved by binding the calling function
can you explain it within a code
This line was causing problem
onSelect={(idx, value) => this.onOptionSelect(idx, value)}
After binding it started working
onSelect={(idx, value) => this.onOptionSelect.bind(idx, value)}
yes nice try but not working
Hi
I am using this simple code, but dropdown freezes itself after i tap an option
if i use alert function or custom function it doesnt matter it stuck