jQWidgets Forums

jQuery UI Widgets Forums Lists ComboBox jqxComboBox select item

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 10 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jqxComboBox select item #67373

    shardik
    Participant
    <div id='jqxComboBox'></div>
       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,
         theme: 'energyblue',
         width: '200px',
         height: '25px',
         searchMode:'containsignorecase',
         autoComplete:true
    
     });

    Hallo,
    step 1 I write ‘b’
    step 2 I select ‘Breve’ on the dropDownMenu
    step 3 I clean the text, to write a new entry, for example ‘B’
    step 4 I lost focus on control

    I’d like when I lost the focus on control, on the text show me the last select item ‘Breve’

    merci

    jqxComboBox select item #67402

    Peter Stoev
    Keymaster

    Hi shardik,

    Sorry, but you cannot lose focus while the widget is on focus. We do not have any API for releasing the widget’s focus. It will be un-focused when you click somewhere outside the ComboBox. The ComboBox shows what’s written within the Input field. If you’ve selected item through it’s popup, that will be what will be visible in the Input.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.