I need to implement the following control:

Also the combobox must be editable;
I need slider to be dropped down instead of options list.
Is there any library/code snippet to implement this kind of functionality?
Thanks.
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.
I’m not sure if there is any library or code snippet exists with the same functionality, however, if I were you and I couldn’t found any stuff, then I’d make a
textboxfor entering the number, following by anarrowicon, like your screenshot. Then on$("#arrow").click(...I would toggle theSliderto appear and disappear. I guess that should works.