I solved it with just one line:
If you use the recommended way with "changeHandler()" and the components state, just insert:
changeHandler = (e) => {
if (!e.isTrusted) return;
... your code
}
More infos on that changeHandler()-Thing:
https://reactjs.org/docs/forms.html#controlled-components