Harish

Results 15 comments of Harish

I have my DropDown inside a div like this, ``` html.Div([ sd_material_ui.DropDownMenu(id='job', options=self.option2[::-1], autoWidth=True, labelText='Select one or more Event(s)', value=self.jobs, multiple=True, variant='outlined') ], style={'width': '32%', 'padding-left': '1%'}), ``` But neither...

It doesn't work... the CSS should be inside assets/styles.css ryt ?

![image](https://user-images.githubusercontent.com/47857323/136973707-438ea72a-cebe-4d8e-a382-469acd50b859.png) It's like this, a very small box. As I select options the size grows and moves out of the div.

No nothing happens :( this is my sample code ``` import dash import dash_html_components as html import sd_material_ui my_app = dash.Dash() options = [{"primaryText": "option 1", "value": 1}, {"primaryText": "option...

This is the classname `MuiSelect-root my-class MuiSelect-select MuiSelect-selectMenu MuiInputBase-input MuiInput-input`. It doesn't have the values specified in the CSS. This is the project structure... ``` - experiment.py - assets/ |--...

I would also add that when I tried to add css for dash it worked fine.

@ghutchis Is this still open? Can I work on this?

Yea, that would be really great. Cloud you tell me where to start ?

@haakov Is this still open? Can I work on this?