Answer the question
In order to leave comments, you need to log in
Why are events not firing in material ui react?
Hello. I output select.
<SelectField
floatingLabelText="Категории"
value={this.state.catId}
onChange={this.changeCategory}
onClick={this.changeCategory}
maxHeight={200}
style={{width:'200px'}}
>
{
Object.keys(categories.categories).map((key, i) => {
return <MenuItem key={i} value={i} primaryText={categories.categories[key].title } />
})
}
</SelectField>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question