I have an igCombo box where the box is not wide enough to contain all of the characters in the item selected in the dropdown.
For Chrome, the text is left-aligned when displayed in the combo box so that I always see the first few characters.
For Firefox and IE, the text is right-aligned when displayed in the combo box so that I always see the last few characters.
I want the displayed value to always be left-aligned like in Chrome. Can I control this for the combo box?
An example of what is seen in IE is attached.
Thought that might be the case, however, thanks for your response.
Hello,
This behavior is not supported on our controls. This inconsistent behavior is due to the different implementations of how the input element is handled between the different browsers.
Here is what I see with Chrome.