mirror of
https://github.com/maputnik/editor.git
synced 2025-12-26 08:00:01 +00:00
All important stuff is in CSS now
This commit is contained in:
@@ -18,10 +18,7 @@ class SelectInput extends React.Component {
|
||||
|
||||
return <select
|
||||
className="maputnik-select"
|
||||
style={{
|
||||
...input.select,
|
||||
...this.props.style
|
||||
}}
|
||||
style={this.props.style}
|
||||
value={this.props.value}
|
||||
onChange={e => this.props.onChange(e.target.value)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user