Problem Description
https://github.com/ffxsam/autocomplete-bug
There are multiple issues:
openOnFocus does not work (clicking in the field has no effect)
- When typing 'a' and clicking on an item that is outside the dialog, the event bubbles up and causes the dialog to close
Repo install instructions: (or just copy into a webpack boilerplate)
npm install
- Install Meteor if not already installed (
curl https://install.meteor.com/ | sh).
meteor
Versions
- Material-UI: 0.15.0-alpha.1
- React: 0.14.7
- Browser: Chrome 49