Dear support Team, I use igcombo to show data ( dropdown type ig-combo : only select , cannot input custom value) on IE11. When i focus to this igCombo, caret still display in igCombo. How to remove caret from dropdown type ig-combo in IE11 when focus ? Thanks and best regards,
Additional information: first item in igCombo is blank.
Chrome: don't display caret when focus
IE11: still display caret when focus.
How to remove caret from dropdown type ig-combo in IE11 when focus ?
May I ask you a question?
What do you mean by "first item in igCombo is blank"?
Do you mean that the text of the first item is ""?, or that you want the igCombo to have no selected item?
First item in igCombo is blank or don't have any data are same error.
Please refer to image in IE11 below when i press tab to focus into igCombo
This is my sample code :
=====
<script> $(function () {
var data = [];
$("#combo").igCombo({ dataSource: data, //JSON Array defined above valueKey: "ID", mode: "dropdown", textKey: "Name" }); });</script><div id="combo"></div>
======
Because this is un-editable combobox so the caret should not be displayed.
I'm afraid that igCombo works in the same way as you expect in my environment.
I attached the sample I've been giving a test. Could you see whether or not it works fine in your environment?
And iff it works well, could you share with us an isolated simple sample which can reproduce the issue?
0624.F120442-Sample1.zip
I've already executed sample 0624.F120442-Sample1.zip in IE11 .The caret still display when i press tab to focus into igCombo.