There’s autocomplete, but it doesn’t force the selection of an item. I need something like this but it has to force an item to be selected before you can “submit”.
Does it exist?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is my solution with .blur (moreover I use name|ID pairs)
user_id is a hidden input field, username is an text input field
ajax result uses the following format:
user1name|user1id\n
user2name|user2id\n