My script is designed to suggest values based on user input and then convert the selected value into a tag. However, when a value is selected from the drop down menu, only the first 2 or 3 characters are tagged. You can see the script in action on js fiddle here:
Try typing "GOOGLE" and clicking add tag
, which works perfectly fine!
Then, try typing 'a' and selecting a value like Actionscript from the drop down box. You'll notice that only the first letter gets tagged. Thank you for your help!