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
To repro, open package.json in the webpack-example, update to the latest formsy and material-ui dependencies, npm install, npm start, and go to localhost:3000. The autocomplete field no longer opens the autocomplete menu when you type a valid character such as "N" or "n".
I've narrowed down the cause to line 69 of FormsyAutoComplete.jsx, which overwrites the onChange handler of material-ui/AutoComplete so that it can't open its menu. If I remove line 69, the menu opens when I type the beginning of a valid search string.
To repro, open package.json in the webpack-example, update to the latest formsy and material-ui dependencies, npm install, npm start, and go to localhost:3000. The autocomplete field no longer opens the autocomplete menu when you type a valid character such as "N" or "n".
Here are the dependencies I tried it with:
The text was updated successfully, but these errors were encountered: