React-native autocomplete-input onblur not working properly

59 Views Asked by At

In React native autocomplete input when the onblur method is being hit the rendered list disappears. How can I solve it?

I also tried by creating creating a function of hiding the rendered list however onFocus is not working then.

I am expecting to select rendered item on clicking over it and hiding the rendered list on clicking outside the rendered list container.

0

There are 0 best solutions below