CreativeIT / getmdl-select

Select for material-design-lite
http://creativeit.github.io/getmdl-select/
MIT License
301 stars 87 forks source link

JS onSelect Function #88

Closed charanjit-singh closed 5 years ago

charanjit-singh commented 6 years ago

Hello Sorry to raise this issue, without reading the docs, but can anyone please tell me how to implement onSelect listener in mdl??

alexbananabob commented 5 years ago

Hi @charanjit-singh, Do you mean this event type https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onselect#Notes ?

charanjit-singh commented 5 years ago

No @alexbananabob Which event gets fired when we select a dropdown item??

alexbananabob commented 5 years ago

The event name is change. You should listen and add handler for .mdl-textfield__input, because this event don't bubble