Hi everyone,
I have a combo with the mode set as 'dropdown' but I would like for the combo to initially not have any items selected. I tried "initialSelectedItems: []" but no luck. Any suggestions?
Here is a JSFiddle: http://jsfiddle.net/opo5wd7n/3/
Thanks,
Armando
Hello Armando,
Thank you for using our forum!
When DropDown mode is used, our combo follows the html <select> tag conventions and as you can see, on initialization the first item is always selected (http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select).
Tag <select>:http://www.w3schools.com/tags/tag_select.asp
Let me know if I may be of further assistance.
Oh ok. I actually got it working by just setting the text of the combo to an empty string after initializing the igCombo.
Here is a JSFiddle: http://jsfiddle.net/opo5wd7n/7/
But I'm having another issue, maybe not exactly related to this just a general issue with the igCombo. When I initialize an igCombo with a 'dropdown' mode, the value should only be able to modified by the drop-down list right? It works great with Google Chrome but in IE11 when you click on the combo control a text cursor appears inside it and you're able to type in it. If you then close the combo by clicking on the combo control again, anything that you typed disappears, good. But the combo will still have focus and you can type in it again and this time when you click outside the combo the text that you typed will stay inside the combo.
any suggestions?
Hello,
Could you please let me know what is the status of the issue after installing our latest SR.
Thank you!