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