-
Notifications
You must be signed in to change notification settings - Fork 934
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Width on custom filter component #790
Comments
pkmnct
added a commit
to pkmnct/mui-datatables
that referenced
this issue
Jul 24, 2019
gabrielliwerant
pushed a commit
that referenced
this issue
Aug 9, 2019
* Fix issue with custom component width Fix #790 * Switch to correct FormControl * Use Material UI prop for fullwidth, not style * Remove old flex styles
@pkmnct How did you solve overflow issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
FormControl should allow components to fill width
Current Behavior
FormControl limits the width of components
We are using React-Select within our project, and attempting to make a custom filter using it results in this.
The text was updated successfully, but these errors were encountered: