There is combobox with autocomplete enabled. How to create combobox in the same style but without autocomplete (with just a few fixed values)?
There is combobox with autocomplete enabled. How to create combobox in the same style
Share
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.
If I understood you corectly you want not to allow user input and values shall be changed by click on button or textbox. For this purpose you can use “readonly” attribute like this:
Of course you my implement your widget and set it up by plugin options.