mirror of
https://github.com/maputnik/editor.git
synced 2025-12-29 09:30:01 +00:00
onChange -> onInput for <FieldId/> component.
This commit is contained in:
@@ -20,7 +20,7 @@ export default class FieldId extends React.Component {
|
||||
>
|
||||
<InputString
|
||||
value={this.props.value}
|
||||
onChange={this.props.onChange}
|
||||
onInput={this.props.onChange}
|
||||
/>
|
||||
</Block>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user