onChange -> onInput for <FieldId/> component.

This commit is contained in:
orangemug 2020-09-09 20:22:52 +01:00
parent 5e441454d5
commit 852243cd52

View file

@ -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>
}