Initially when no item is selected , all the items were shown in the drop down list of react bootstrap typeahead,
But if I select some item from the list and again click on typeahead it shown only the item which is selected, so if i want to change the selected item i need to first delete or clear the previous selected item.
What I want is that even if a item is selected, all items should be shown in the drop down of the list of react bootstrap typeahead.
I am attaching the screenshot to make this problem more clearly visible.
** Before selection all items were shown in the drop down**

After Selection Only 1 item is shown in the drop down

Please let me know if anyone knows the solution to this problem
Thanks in Advance
Initially when no item is selected , all the items were shown in the drop down list of react bootstrap typeahead,
But if I select some item from the list and again click on typeahead it shown only the item which is selected, so if i want to change the selected item i need to first delete or clear the previous selected item.
What I want is that even if a item is selected, all items should be shown in the drop down of the list of react bootstrap typeahead.
I am attaching the screenshot to make this problem more clearly visible.
** Before selection all items were shown in the drop down**

After Selection Only 1 item is shown in the drop down

Please let me know if anyone knows the solution to this problem
Thanks in Advance