I am using bootstrap tokenfield to instrument my email textbox to support multiple email input.
User types letter a
in the email textbox (the one with red font in the picture) . A list of matched emails show up in a selection menu (the box that shows the email abc@gmail.com
in black)
After the user clicks and selected an email, the selected value is not captured. At the end I only got a letter a
in the email textbox
How can I fix this issue?