Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
8920
clear buttons on the igCombo not centered
posted

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

Parents
  • 80
    Verified Answer
    Offline posted

    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");


    Here is a sample  where I change the margin of the icon.

    Let me know if you have any additional questions or concerns.

    Best Regards,
    Martin Dragnev,
    Infragistics

Reply Children
No Data