jQWidgets Forums

jQuery UI Widgets Forums Lists ComboBox Combobox and DropDown Arrow

This topic contains 2 replies, has 2 voices, and was last updated by  aerials 10 years ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Combobox and DropDown Arrow #70504

    aerials
    Participant

    Hi. I have a litle issue with the DropDown Arrow, when the combobox appears shows the DropDown Arrow separate from de div, something like a left property.

    My code is:

    $(“#cmb”).jqxComboBox({
    source: dataAdapter,
    valueMember: “value”,
    placeHolder:”Seleccione…”,
    autoComplete: true,
    width: “90%”,
    height: “32px”
    });

    The result: http://postimg.org/image/6wixzqma9/

    What i can do to fix it?

    Combobox and DropDown Arrow #70519

    Peter Stoev
    Keymaster

    Hi argelklavier,

    I suggest you to look at your CSS because there is something which conflicts with the CSS layout properties of the widget defined in jqx.base.css. There is something which you have changed in the CSS, because by default the Input’s padding is not so big, too. My suggestion for you is to use the widget’s files in the way we provide them and change only colors, backgrounds, fonts and borders in the CSS if you want to change the visual appeal.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    Combobox and DropDown Arrow #70620

    aerials
    Participant

    Thank you Peter, i’ll check my css changes.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.