jQuery UI Widgets Forums General Discussions Lists ComboBox show arrow bug?

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 9 years, 11 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • show arrow bug? #84519

    kinders
    Participant
      var source = [
            "Affogato",
            "Americano",
            "Bicerin",
            "Breve",
            "Café Bombón",
            "Café au lait",
            "Caffé Corretto",
            "Café Crema",
            "Caffé Latte"
        ];
     // Create a jqxComboBox
      $("#jqxComboBox").jqxComboBox({
         source: source,
         width: '200px',
         height: '25px',
         selectedIndex: 2,
         showArrow: false
     });
      $("#jqxComboBox").jqxComboBox({
         showArrow: true
     });

    This will not show the arrow!

    show arrow bug? #84539

    Peter Stoev
    Keymaster

    Hi kinders,

    Thanks for the ComboBox feedback. This property can be set only when you create ComboBox.

    Best Regards,
    Peter Stoev

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

    show arrow bug? #84568

    kinders
    Participant

    So no plan to fix this in the future?

    show arrow bug? #84578

    Peter Stoev
    Keymaster

    Hi kinders,

    Our Dev team will decide how to proceed. You can look at the Release notes when new versions are released.

    Best Regards,
    Peter Stoev

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

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

You must be logged in to reply to this topic.