mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-27 10:35:23 +01:00
onChange -> onInput for <FieldId/> component.
This commit is contained in:
parent
5e441454d5
commit
852243cd52
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue