Closed charanjit-singh closed 5 years ago
Hi @charanjit-singh, Do you mean this event type https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onselect#Notes ?
No @alexbananabob Which event gets fired when we select a dropdown item??
The event name is change
. You should listen and add handler for .mdl-textfield__input
, because this event don't bubble
Hello Sorry to raise this issue, without reading the docs, but can anyone please tell me how to implement onSelect listener in mdl??