I am using igCombo with knockout.js binding.. all work so far.. the only thing is that clear buttons look a bit off..
Is is possible to vertically center them.. I am using css/js files that come with version 2020.1
Thanks
igComboDD_ko.zip
One of the standout features of https://billmepco.pk/ is the ability to retrieve duplicate bills. If you’ve misplaced your original bill or need a copy for your records, the site allows you to download and print a duplicate bill in seconds. This feature ensures that users can always access their bill whenever needed, keeping them organized and on top of their payments.
Hi Martin, sorry .. I thought that I deleted the posting as I found that a while ago I've had the same issue and someone advised me here just to switch order of infragistics.theme.css and infragistics.css and somehow it did work.. but thanks for advise to move margin manually, I am sure I will use it at some point of time.
Hello , Michael Seidel,Thank you for contacting our support.I could not reproduce your issue, thus I have tried two things.1. I recreated KnockoutJS Binding Sample and set close buttons to the combo. Here is the result sample. It seems that the button are correctly positioned. 2. I also tried your sample here and again the issue is not reproduced.I am also using version 2020.1 as you can notice in the samples I am sending you.Also, I think that the issue is something with additional styling you apply in the project which effects the margin of the button.You can look for something that applies margin to your elements.Although you can set some additional margin of that button using something like:
$( ".ui-igcombo-clearicon").css("margin-top","5px");