Skip to content

ChangeEvent in MaterializeListBox does not work. #24

@jkubiszewski

Description

@jkubiszewski

There is still one problem with MaterialListBox.
ChangeEvent does not work.

listBox.addChangeHandler(new ChangeHandler() {
      public void onChange(ChangeEvent event) {
        // Get the index of the selected Item
        Window.alert(listBox.getSelectedItemText());
      }
    });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions