Sean Lynch

Results 122 comments of Sean Lynch

@gsasouza This might be difficult currently with the use of react-virtualized as it needs explicit pixel units, although I've considered dropping the use of react-virtualized in the next major version...

@gsasouza See this [comment](https://github.com/techniq/mui-downshift/issues/55#issuecomment-418725980) that might give you a sufficient workaround until (and if) #54 is implemented.

@andrewmclagan Sorry, I've not used rollup myself (nor with this library, only webpack) so I'm not sure how best to fix this. Maybe someone else watch this repo would have...

I plan to support these when I drop react-virtualized (well, more so move it to `mui-virtualized-downshift` - #54 )

Quick feedback: ## None of the selections appear to be working. See [items only](http://localhost:9009/?selectedKind=Basic&selectedStory=items%20only&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel) and attempt to make a selection. Compared to [current version](https://techniq.github.io/mui-downshift/?selectedKind=Variants&selectedStory=outlined%20with%20custom%20adornments&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel). This isn't the only story, but...

@BenDiuguid @cvanem I spent some time this afternoon trying to get this closer to merging but ran into one error after another. Some is likely my own environment. Getting this...

See #46, but I just tested removing `{ suppressRefError: true }` and added `disablePortal` to `Popper`, but the issue still remains.

@shoe5454 Could you send a PR to update (and verify backward compat)?

@jozsi Thanks for taking the initiative to get this going. - Regarding the prop to prevent menu from automatically opening, could this be accomplished using downshift's [stateReducer](https://github.com/paypal/downshift#statereducer)? Along with chips,...

@jozsi regarding using left adornment and input, you can also set a `minWidth` on the `input` to also make sure there is enough room ![image](https://user-images.githubusercontent.com/177476/45095900-381d9280-b0ed-11e8-8daa-70864c9638d7.png)