iulianraduat / react-select-material-ui

A react SELECT component based on react-select and looking like a material-ui component
MIT License
73 stars 18 forks source link

Select options above text field #14

Closed samuelhnrq closed 5 years ago

samuelhnrq commented 5 years ago

Does this library support "auto hoisting" the selection options above the text field when there is no space underneath it? I tried using it inside a material UI bottom drawer it just added a scrollbar so it could fit the selection panel

I was expecting: image

What I got: image

Am I missing something or there is no such option? I know I'll most likely face issues with the selection panel underneath the shadow overlay or something but this is far from it

iulianraduat commented 5 years ago

Hi,

This component is only a "wrapper" for react-select, so your request is more appropriate for react-select component than here.

Sorry, but I cannot help you with this.