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
showing a error like " Uncaught TypeError: this.refs.menu.getDOMNode is not a function " when click on select box area .
i m using react ~15.3.1. it start working properly when i replace the code "this.refs.menu.getDOMNode().focus()" with " this.refs.menu.focus() " at line no 144 in the file select-box.js .
balazskaxd, DanAndreasson, san58uec, manuquentin and keithkml