add help to checkbox

This commit is contained in:
Maren Süwer
2018-10-02 09:49:34 +02:00
parent 829583bdd0
commit cb9c6c43c4
3 changed files with 20 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ class InputField extends React.Component<Props> {
}
else
return null;
}
};
handleKeyPress = (event: SyntheticKeyboardEvent<HTMLInputElement>) => {
const onReturnPressed = this.props.onReturnPressed;