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,
Could you please let me know what is the status of the issue after installing our latest SR.
Thank you!
I have investigated this issue, and I have asked our engineering staff to examine this further. To ensure that it will receive attention, I have logged this behavior in our internal tracking system with a Development ID of 201580. The next step will be for a developer to review my investigation and confirm my findings or to offer a fix, or other resolution.
I will leave this case open and update you with any new information after the review. You can also continue to send updates to this case at any time.
You can view the status of the development issue connected to this case by selecting the "Development Issues" tab when viewing this case on the web site.
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 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.