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

  • 0
    Offline posted

    your problem it's like a bug i had the same problem when i worked on https://apktoca.com

    • 0
      Offline posted

      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.

      • 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:

        Fullscreen
        1
        $( ".ui-igcombo-clearicon").css("margin-top","5px");
        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX


        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

        • 8920
          Verified Answer
          Offline posted in reply to Martin Dragnev

          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.

          Thanks