mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 05:57:46 +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
|
||||
value={this.props.value}
|
||||
onChange={this.props.onChange}
|
||||
onInput={this.props.onChange}
|
||||
/>
|
||||
</Block>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue