mirror of
https://github.com/mue/mue.git
synced 2026-07-19 15:04:11 +02:00
fix: greeting date picker, addons sort dropdown
This commit is contained in:
@@ -50,7 +50,7 @@ export default class Dropdown extends PureComponent {
|
||||
const label = this.props.label || '';
|
||||
|
||||
return (
|
||||
<FormControl fullWidth>
|
||||
<FormControl fullWidth className={id}>
|
||||
<InputLabel id={id}>{label}</InputLabel>
|
||||
<Select labelId={id} id={this.props.name} value={this.state.value} label={label} onChange={this.onChange} ref={this.dropdown} key={id}>
|
||||
{this.props.manual ? this.props.children : this.props.children.map((e, index) => {
|
||||
|
||||
Reference in New Issue
Block a user