You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have a key-handler for some widgets. MaterialListBox and MaterialTextBox
when calling addDomHandler() for these widgets I have problem receiving any events for the MaterialListBox . It only works if I click on a MaterialTextBox and the uses to move the focus to the MaterialListBox . After that it is possible to receive the key-event. The problem might be that clicking on a MaterialListBox does not give it focus. Tested on 2.0.1-SNAPSHOT.
The text was updated successfully, but these errors were encountered:
This was fixed via 6e2eec2 added test via fc6aefc, it's because of the hacked fixed done on IE 11 Dogfalo/materialize#901 which on the upcoming Materialize 1.0 we will receive a patch for the IE issue.
I would like to have a key-handler for some widgets. MaterialListBox and MaterialTextBox
when calling addDomHandler() for these widgets I have problem receiving any events for the MaterialListBox . It only works if I click on a MaterialTextBox and the uses to move the focus to the MaterialListBox . After that it is possible to receive the key-event. The problem might be that clicking on a MaterialListBox does not give it focus. Tested on 2.0.1-SNAPSHOT.
The text was updated successfully, but these errors were encountered: