jQuery UI Widgets Forums Lists ListBox 'clear' is not working…

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 8 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • 'clear' is not working… #92953

    jhahn
    Participant

    hi.

    http://jsfiddle.net/qhqxtLz8/4/

    1. click buttons in following order
    ‘show affogato’ -> ‘clear’ -> ‘show affogato’

    you can see messages in console log
    WILL REMOVE ‘Affogato’ : [object Object]
    clear
    AFTER REMOVE ‘Affogato’ : [object Object]

    2. After refresh, click buttons in following order
    ‘show affogato’ -> ‘del Affogato’ -> ‘show affogato’

    then, you can see messages in console log
    REMOVE ‘Affogato’ : Affogato
    AFTER REMOVE ‘Affogato’ : undefined

    ‘clear’ is not working in listbox. what’s wrong? thanks.

    'clear' is not working… #93240

    Hristo
    Participant

    Hello jhahn,

    Thank you for the interest, we will investigate this.
    I would suggest you use getItems method and check for the particular item.

    Best Regards,
    Hristo Hristov

    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.